Class DynamicPropertiesDB
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inherited Members
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class DynamicPropertiesDB : ContentDB
Constructors
DynamicPropertiesDB(ServiceAccessor<IDatabaseExecutor>, IPermanentLinkMapper, ILanguageBranchRepository, IPropertyDataFactory, IContentTypeRepository, IPropertyDefinitionRepository, IPropertyDefinitionTypeRepository, IContentFactory, IBlobFactory, PropertyValueConverterFactory, DatabaseDateTimeHandler, IPrincipalAccessor)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public DynamicPropertiesDB(ServiceAccessor<IDatabaseExecutor> databaseHandlerAccessor, IPermanentLinkMapper permanentLinkMapper, ILanguageBranchRepository languageBranchRepository, IPropertyDataFactory propertyDataFactory, IContentTypeRepository contentTypeRepository, IPropertyDefinitionRepository propertyDefinitionRepository, IPropertyDefinitionTypeRepository propertyDefinitionTypeRepository, IContentFactory contentFactory, IBlobFactory blobFactory, PropertyValueConverterFactory propertyValueConverterFactory, DatabaseDateTimeHandler dateTimeHandler, IPrincipalAccessor principalAccessor)
Parameters
Type | Name | Description |
---|---|---|
Service |
databaseHandlerAccessor | |
IPermanent |
permanentLinkMapper | |
ILanguage |
languageBranchRepository | |
IProperty |
propertyDataFactory | |
IContent |
contentTypeRepository | |
IProperty |
propertyDefinitionRepository | |
IProperty |
propertyDefinitionTypeRepository | |
IContent |
contentFactory | |
IBlob |
blobFactory | |
Property |
propertyValueConverterFactory | |
Database |
dateTimeHandler | |
IPrincipal |
principalAccessor |
Methods
Load(PageReference)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual DynamicPropertyCollection Load(PageReference pageLink)
Parameters
Type | Name | Description |
---|---|---|
Page |
pageLink |
Returns
Type | Description |
---|---|
Dynamic |
LoadDynamicProperties()
Loads all dynamic properties.
Declaration
public virtual DynamicPropertyCollection LoadDynamicProperties()
Returns
Type | Description |
---|---|
Dynamic |
A Dynamic |
Save(PageReference, DynamicPropertyCollection)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual void Save(PageReference pageRef, DynamicPropertyCollection properties)
Parameters
Type | Name | Description |
---|---|---|
Page |
pageRef | |
Dynamic |
properties |