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.
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()
    
  Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class PropertyDefinitionTypeDB : DataAccessBaseConstructors
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 | 
