DefaultContentManager - конструктор |
Пространство имён:
Orchard.ContentManagement
Сборка:
EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксисpublic DefaultContentManager(
IComponentContext context,
IRepository<ContentTypeRecord> contentTypeRepository,
IRepository<ContentItemRecord> contentItemRepository,
IRepository<ContentItemVersionRecord> contentItemVersionRepository,
IContentDefinitionManager contentDefinitionManager,
ICacheManager cacheManager,
Func<IContentManagerSession> contentManagerSession,
Lazy<ITransactionManager> transactionManager,
Lazy<IEnumerable<IContentHandler>> handlers,
Lazy<IEnumerable<IIdentityResolverSelector>> identityResolverSelectors,
ISignals signals
)
Параметры
- context
- Тип: IComponentContext
- contentTypeRepository
- Тип: Orchard.DataIRepositoryContentTypeRecord
- contentItemRepository
- Тип: Orchard.DataIRepositoryContentItemRecord
- contentItemVersionRepository
- Тип: Orchard.DataIRepositoryContentItemVersionRecord
- contentDefinitionManager
- Тип: Orchard.ContentManagement.MetaDataIContentDefinitionManager
- cacheManager
- Тип: Orchard.CachingICacheManager
- contentManagerSession
- Тип: FuncIContentManagerSession
- transactionManager
- Тип: LazyITransactionManager
- handlers
- Тип: LazyIEnumerableIContentHandler
- identityResolverSelectors
- Тип: LazyIEnumerableIIdentityResolverSelector
- signals
- Тип: Orchard.CachingISignals
См. также