Class ContentDB
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Base class for reading PageData information from SQL Server
Inheritance
System.Object
ContentDB
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()
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public abstract class ContentDB
Constructors
ContentDB(ServiceAccessor<IDatabaseExecutor>, IPermanentLinkMapper, ILanguageBranchRepository, IPropertyDataFactory, IContentTypeRepository, IPropertyDefinitionRepository, IPropertyDefinitionTypeRepository, IContentFactory, IBlobFactory, PropertyValueConverterFactory, DatabaseDateTimeHandler)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
protected ContentDB(ServiceAccessor<IDatabaseExecutor> databaseHandlerAccessor, IPermanentLinkMapper permanentLinkMapper, ILanguageBranchRepository languageBranchRepository, IPropertyDataFactory propertyDataFactory, IContentTypeRepository contentTypeRepository, IPropertyDefinitionRepository propertyDefinitionRepository, IPropertyDefinitionTypeRepository propertyDefinitionTypeRepository, IContentFactory contentFactory, IBlobFactory blobFactory, PropertyValueConverterFactory propertyValueConverterFactory, DatabaseDateTimeHandler databaseDateTimeHandler)
Parameters
Fields
DataTypeToDBName
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public static readonly string[] DataTypeToDBName
Field Value
| Type |
Description |
| System.String[] |
|
PropertyNameKey
Declaration
protected const string PropertyNameKey = "PropertyName"
Field Value
| Type |
Description |
| System.String |
|
ScopeNameKey
Declaration
protected const string ScopeNameKey = "ScopeName"
Field Value
| Type |
Description |
| System.String |
|
Properties
ContentTypeRepository
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the content type repository.
Declaration
protected IContentTypeRepository ContentTypeRepository { get; set; }
Property Value
DateTimeHandler
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the Database DateTimeHandler.
Declaration
protected DatabaseDateTimeHandler DateTimeHandler { get; set; }
Property Value
LanguageBranchRepository
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the language branch repository.
Declaration
protected ILanguageBranchRepository LanguageBranchRepository { get; set; }
Property Value
PermanentLinkMapper
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the permanent link mapper.
Declaration
protected IPermanentLinkMapper PermanentLinkMapper { get; }
Property Value
PropertyDataFactory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the language branch repository.
Declaration
protected IPropertyDataFactory PropertyDataFactory { get; set; }
Property Value
PropertyDefinitionRepository
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the property definition repository.
Declaration
protected IPropertyDefinitionRepository PropertyDefinitionRepository { get; set; }
Property Value
PropertyDefinitionTypeRepository
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the property definition repository.
Declaration
protected IPropertyDefinitionTypeRepository PropertyDefinitionTypeRepository { get; set; }
Property Value
UseStartPublishForDelayedPublishUntil
Declaration
public static bool UseStartPublishForDelayedPublishUntil { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
AssignBinaryStorable(IBinaryStorable, DbDataReader)
Declaration
protected void AssignBinaryStorable(IBinaryStorable binaryStorable, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| IBinaryStorable |
binaryStorable |
|
| System.Data.Common.DbDataReader |
reader |
|
AssignChangeTracking(IChangeTrackable, DbDataReader)
Declaration
protected void AssignChangeTracking(IChangeTrackable changeTracking, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| IChangeTrackable |
changeTracking |
|
| System.Data.Common.DbDataReader |
reader |
|
AssignContentLanguage(ILocale, DbDataReader)
Declaration
protected void AssignContentLanguage(ILocale languageData, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| ILocale |
languageData |
|
| System.Data.Common.DbDataReader |
reader |
|
AssignContentMedia(IContentMedia, DbDataReader)
Declaration
protected void AssignContentMedia(IContentMedia contentMedia, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| IContentMedia |
contentMedia |
|
| System.Data.Common.DbDataReader |
reader |
|
AssignContentResource(IContentAsset, DbDataReader)
Declaration
protected void AssignContentResource(IContentAsset contentResources, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| IContentAsset |
contentResources |
|
| System.Data.Common.DbDataReader |
reader |
|
AssignDeleteInfo(IContent, DbDataReader)
Declaration
protected void AssignDeleteInfo(IContent content, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| IContent |
content |
|
| System.Data.Common.DbDataReader |
reader |
|
AssignExistingLanguages(ILocalizable, IEnumerable<CultureInfo>)
Declaration
protected void AssignExistingLanguages(ILocalizable languageData, IEnumerable<CultureInfo> languages)
Parameters
| Type |
Name |
Description |
| ILocalizable |
languageData |
|
| System.Collections.Generic.IEnumerable<System.Globalization.CultureInfo> |
languages |
|
AssignMasterLanguage(ILocalizable, DbDataReader)
Declaration
protected void AssignMasterLanguage(ILocalizable languageData, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| ILocalizable |
languageData |
|
| System.Data.Common.DbDataReader |
reader |
|
AssignResourceable(IResourceable, DbDataReader)
Declaration
protected void AssignResourceable(IResourceable contentResources, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| IResourceable |
contentResources |
|
| System.Data.Common.DbDataReader |
reader |
|
AssignRoutingSegment(IRoutable, DbDataReader)
Declaration
protected void AssignRoutingSegment(IRoutable routingSegment, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| IRoutable |
routingSegment |
|
| System.Data.Common.DbDataReader |
reader |
|
AssignValueIfNotNull(Object, Action<Object>)
Declaration
protected void AssignValueIfNotNull(object dbValue, Action<object> action)
Parameters
| Type |
Name |
Description |
| System.Object |
dbValue |
|
| System.Action<System.Object> |
action |
|
AssignVersionStatus(IVersionable, DbDataReader)
Declaration
protected void AssignVersionStatus(IVersionable versionStatus, DbDataReader reader)
Parameters
| Type |
Name |
Description |
| IVersionable |
versionStatus |
|
| System.Data.Common.DbDataReader |
reader |
|
CreateContent(ContentType)
Declaration
protected IContent CreateContent(ContentType contentType)
Parameters
Returns
CreateReference(Boolean, Int32, Int32)
Declaration
protected ContentReference CreateReference(bool isForPage, int id, int version = 0)
Parameters
| Type |
Name |
Description |
| System.Boolean |
isForPage |
|
| System.Int32 |
id |
|
| System.Int32 |
version |
|
Returns
FinalizeContent(IContent)
Declaration
protected void FinalizeContent(IContent content)
Parameters
GetBlockProperty(String[], ref PropertyDataCollection, Boolean, Boolean, ContentReference)
Declaration
protected PropertyData GetBlockProperty(string[] parts, ref PropertyDataCollection scopeCollection, bool logWarnings, bool createMissingDynamicBlocks, ContentReference contentLink)
Parameters
Returns
GetDynamicScopeName(Int32, String)
Declaration
protected string GetDynamicScopeName(int blockPropertyTypeId, string propName)
Parameters
| Type |
Name |
Description |
| System.Int32 |
blockPropertyTypeId |
|
| System.String |
propName |
|
Returns
| Type |
Description |
| System.String |
|
GetExecutor()
Declaration
protected IDatabaseExecutor GetExecutor()
Returns
GetProperty(PropertyDataCollection, DbDataReader, ContentReference)
Declaration
protected PropertyData GetProperty(PropertyDataCollection properties, DbDataReader reader, ContentReference contentLink)
Parameters
Returns
IsIdentityData(String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public static bool IsIdentityData(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsIgnoreOnImportData(String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Checks if a property should be ignored when setting property values during an import.
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public static bool IsIgnoreOnImportData(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
The name of the property.
|
Returns
| Type |
Description |
| System.Boolean |
true if the property should be ignored; otherwise false.
|
IsMetaData(String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public static bool IsMetaData(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Boolean |
|
LoadACL(DbDataReader, IContentSecurityDescriptor)
Declaration
protected virtual void LoadACL(DbDataReader reader, IContentSecurityDescriptor contentSecurityDescriptor)
Parameters
LoadACLReferences(IContentSecurityDescriptor, DbDataReader)
Declaration
protected virtual void LoadACLReferences(IContentSecurityDescriptor contentSecurityDescriptor, DbDataReader reader)
Parameters
LoadIdentity(IContent, DbDataReader, Boolean)
Declaration
protected void LoadIdentity(IContent content, DbDataReader reader, bool assignContentLink)
Parameters
| Type |
Name |
Description |
| IContent |
content |
|
| System.Data.Common.DbDataReader |
reader |
|
| System.Boolean |
assignContentLink |
|
LoadSingleCategory(DbDataReader, CategoryList)
Declaration
protected void LoadSingleCategory(DbDataReader reader, CategoryList categoryList)
Parameters
| Type |
Name |
Description |
| System.Data.Common.DbDataReader |
reader |
|
| CategoryList |
categoryList |
|
PageGuidOrNull(PropertyData)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
protected object PageGuidOrNull(PropertyData prop)
Parameters
Returns
| Type |
Description |
| System.Object |
|
PopulatePropertyCommand(IDatabaseExecutor, DbCommand, ContentReference, Guid, PropertyDataCollection, PropertyData, String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
protected bool PopulatePropertyCommand(IDatabaseExecutor executor, DbCommand cmd, ContentReference currentPage, Guid currentPageGuid, PropertyDataCollection props, PropertyData prop, string scopeName)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
PopulatePropertyCommand(IDatabaseExecutor, DbCommand, PageReference, PropertyDataCollection, PropertyData)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
protected bool PopulatePropertyCommand(IDatabaseExecutor executor, DbCommand cmd, PageReference currentPage, PropertyDataCollection props, PropertyData prop)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
ReadPropertyData(PropertyData, DbDataReader, ContentReference, CultureInfo)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
protected void ReadPropertyData(PropertyData prop, DbDataReader reader, ContentReference contentLink, CultureInfo language)
Parameters
| Type |
Name |
Description |
| PropertyData |
prop |
|
| System.Data.Common.DbDataReader |
reader |
|
| ContentReference |
contentLink |
|
| System.Globalization.CultureInfo |
language |
|
ThrowIfNotRequiredType(IContent, Type)
Declaration
protected static void ThrowIfNotRequiredType(IContent content, Type requiredType)
Parameters
| Type |
Name |
Description |
| IContent |
content |
|
| System.Type |
requiredType |
|
ThrowIfNotValidDateTime(DateTime)
Declaration
protected void ThrowIfNotValidDateTime(DateTime date)
Parameters
| Type |
Name |
Description |
| System.DateTime |
date |
|
TryToGuid(Object, out Guid)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
protected bool TryToGuid(object data, out Guid result)
Parameters
| Type |
Name |
Description |
| System.Object |
data |
|
| System.Guid |
result |
|
Returns
| Type |
Description |
| System.Boolean |
|
Extension Methods