Try our conversational search powered by Generative AI!

Class PropertyDefinitionTypeDB

Database class for property definition types. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
PropertyDefinitionTypeDB
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[ServiceConfiguration]
public class PropertyDefinitionTypeDB : DataAccessBase

Constructors

PropertyDefinitionTypeDB(IDatabaseHandler)

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

Declaration
public PropertyDefinitionTypeDB(IDatabaseHandler databaseHandler)
Parameters
Type Name Description
IDatabaseHandler databaseHandler

Methods

Delete(Int32)

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

Declaration
public virtual IEnumerable<int> Delete(int propertyDefinitionTypeID)
Parameters
Type Name Description
System.Int32 propertyDefinitionTypeID
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Int32>

List()

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

Declaration
public virtual IEnumerable<PropertyDefinitionType> List()
Returns
Type Description
System.Collections.Generic.IEnumerable<PropertyDefinitionType>

Save(PropertyDefinitionType)

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

Declaration
public virtual bool Save(PropertyDefinitionType propertyDefinitionType)
Parameters
Type Name Description
PropertyDefinitionType propertyDefinitionType
Returns
Type Description
System.Boolean

Extension Methods