Namespace EPiServer.DataAbstraction.RuntimeModel
Classes
ContentDataInterceptor
The ModelTypeInterceptor class implements Content
ContentDataInterceptorHandler
This class is a concrete implementation of Content
ContentScannerExtension
Class that can be subclassed to add logis during content scanning/registration
ContentTypeModel
Model object for a Content
ModelAttributeCollection
Attributes on models. This class are used by the Content
PermissionTypeScanner
Scans for all types decorated with Permission
PropertyDataInterceptor<TPropertyData>
Used to handle how values should be retrevied and written to a PropertyData type.
PropertyDefinitionModel
Represents a model of a Property
SynchronizationException
Represents errors that occur during Content Type synchronization
SynchronizationStatus
Specifies the state after comparison between previously stored settings for an entity and current entity.
Interfaces
IAvailableModelSettingsRepository
Defines the signature for a component that acts as repository for available page types settings defined on models.
IContentDataActivator
Describes the methods needed to resolve a IContent
IContentTypeAvailableModelSetting
Defines the signature for a component that is used to hold available page types settings for a model.
IContentTypeBaseProvider
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Interface for content type base.
IContentTypeBaseResolver
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Interface for registering content type base
IContentTypeModelAssigner
Assign values to a Content
IContentTypeModelFilter
A component that filters content models during scanning. Register implementation in DI container.
IContentTypeModelRegistrator
Component that will register a list of content type models
IContentTypeModelScanner
Component that scans for and register content models.
IContentTypeModelScannerEvents
Specifies events for ContentTypeModelScanner
IPropertyDataInterceptor
Used for custom property interceptor
IPropertyDefinitionTypeResolver
Component that can resolve the Property
ITemplateModelComparerFactory
Factory responsible for creating a System.Collections.Generic.IComparer<> for a specific model type.