Try our conversational search powered by Generative AI!

Class PropertyAccessBase

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
PropertyAccessBase
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Obsolete("Class is no longer being used")]
public abstract class PropertyAccessBase : DataAccessBase

Constructors

PropertyAccessBase(IDatabaseExecutor)

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 PropertyAccessBase(IDatabaseExecutor databaseHandler)
Parameters
Type Name Description
IDatabaseExecutor databaseHandler

Methods

HelpAssignValue(PropertyData, Object)

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 HelpAssignValue(PropertyData prop, object value)
Parameters
Type Name Description
PropertyData prop
System.Object value

HelpCreateProperty(String, Object, PropertyData, PropertyDataCollection, Boolean)

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 HelpCreateProperty(string name, object value, PropertyData prop, PropertyDataCollection coll, bool isRequired)
Parameters
Type Name Description
System.String name
System.Object value
PropertyData prop
PropertyDataCollection coll
System.Boolean isRequired

HelpCreateProperty(String, Object, PropertyData, PropertyDataCollection, Int32, Boolean)

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 HelpCreateProperty(string name, object value, PropertyData prop, PropertyDataCollection coll, int tab, bool isRequired)
Parameters
Type Name Description
System.String name
System.Object value
PropertyData prop
PropertyDataCollection coll
System.Int32 tab
System.Boolean isRequired

Extension Methods