Class DynamicDataStoreFactoryExtensions
Extension methods for dynamic data store.
Inheritance
System.Object
DynamicDataStoreFactoryExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Composition
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public static class DynamicDataStoreFactoryExtensions
Methods
GetOrCreateStore(DynamicDataStoreFactory, Type)
Gets or creates the dynamic data store for the supplied type.
Declaration
public static DynamicDataStore GetOrCreateStore(this DynamicDataStoreFactory factory, Type storedObjectType)
Parameters
Type | Name | Description |
---|---|---|
DynamicDataStoreFactory | factory | The factory. |
System.Type | storedObjectType | Type of the stored object. |
Returns
Type | Description |
---|---|
DynamicDataStore |