[Missing <summary> documentation for N:EPiServer.Data.Dynamic]
Classes
| Class | Description | |
|---|---|---|
| CollectionPropertyMap |
Represents a collection property mapping in the Dynamic Data Store
| |
| DynamicDataCollection<(Of <(T>)>) |
Collection class that implements lazy loading of items from the Dynamic Data Store
| |
| DynamicDataCollection<(Of <(T>)>)..::.DynamicDataCollectionEnumerator |
Enumerator implementation for use by the DynamicDataCollection<(Of <(T>)>) class ///
| |
| DynamicDataStore |
Base class for DynamicDataStore implementations
| |
| DynamicDataStoreFactory | ||
| DynamicDataStoreOrderedQueryable<(Of <(TResult>)>) |
Ordered queryable implementation for a store
| |
| EPiServerDataColumnAttribute | ||
| EPiServerDataContractAttribute |
Specifies that the type should be saved to the Dynamic Data Store with custom mappings.
When a type is marked with EPiServerDataContractAttribute then only properties
marked with EPiServerDataMemberAttribute regardless of visibility will
saved to the Dynamic Data Store.
This should only be used when custom mapping is required of properties and the type has already
been marked with DataContractAttribute for other use (e.g. WCF)
and that use collides with the desired affect when saving the type to the Dynamic Data Store
| |
| EPiServerDataIndexAttribute | ||
| EPiServerDataMemberAttribute |
When applied to the property of a type, specifies that the property should be saved to the
Dynamic Data Store.
This should only be used when custom mapping is required of properties and the type has already
been marked with DataContractAttribute for other use (e.g. WCF)
and that use collides with the desired affect when saving the type to the Dynamic Data Store
| |
| EPiServerDataStoreAttribute | ||
| EPiServerDataTableAttribute | ||
| EPiServerDynamicDataStore |
Class to read, write and search data in a store
| |
| EPiServerDynamicDataStoreFactory | ||
| GlobalStoreDefinitionParametersMap |
Class to handle global registrations of store name to StoreDefinitionParameters | |
| GlobalTypeHandlers |
Class to handle global Type Handlers
| |
| GlobalTypeToStoreMap |
Class to handle global type to store mappings
| |
| InlinePropertyMap |
Represents a inline property to column mapping in the Dynamic Data Store
| |
| PropertyBag |
A class used to save and load a collection a name/value pairs
| |
| PropertyBagObjectsExtensions |
Class with extension methods for PropertyBag | |
| PropertyMap |
Represents a property mapping in the Dynamic Data Store
| |
| PropertyMapExtensions |
Extension method class for PropertyMap | |
| ReferencePropertyMap |
Represents a reference property mapping in the Dynamic Data Store
| |
| Reflector |
Helper class for extracting and caching type information
| |
| StorageType |
Helper class to determine the Dynamic Data Store storage type of a Type | |
| StoreDefinition |
Maps a type bag into a collection of PropertyMaps
| |
| StoreDefinitionParameters | ||
| TypeExtensions |
Class with extension methods for Type | |
| TypeResolver |
Helper class to resolve Type from Assembly Qualified Names
|
Interfaces
| Interface | Description | |
|---|---|---|
| IDynamicData |
Interface that objects to be stored in the DynamicDataStore can implement to manage identity
| |
| ITypeHandler |
Delegates
| Delegate | Description | |
|---|---|---|
| TypeToStoreMapper |
Delegate to map a property on a type to a specific store
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| PropertyMapType |