Try our conversational search powered by Generative AI!

Class PropertyAccessBase

Summary description for DataAccessBase. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
PropertyAccessBase
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public abstract class PropertyAccessBase : DataAccessBase

Constructors

PropertyAccessBase(IDatabaseHandler)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
protected PropertyAccessBase(IDatabaseHandler databaseHandler)
Parameters
Type Name Description
IDatabaseHandler databaseHandler

Methods

HelpAssignValue(PropertyData, Object)

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)

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)

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