C# Class SenseNet.ContentRepository.Storage.Schema.PropertyType

Inheritance: SchemaItem
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
GetByName ( string propertyTypeName ) : PropertyType
GetDatabaseInfo ( ) : PropertyMapping
GetDefaultValue ( DataType dataType ) : object

Private Methods

Method Description
CheckMapping ( ) : void
CheckPropertyTypeUsage ( string errorMessage ) : void
PropertyType ( ISchemaRoot schemaRoot, string name, int id, DataType dataType, int mapping, bool isContentListProperty ) : System

Method Details

GetByName() public static method

public static GetByName ( string propertyTypeName ) : PropertyType
propertyTypeName string
return PropertyType

GetDatabaseInfo() public method

public GetDatabaseInfo ( ) : PropertyMapping
return SenseNet.ContentRepository.Storage.Data.PropertyMapping

GetDefaultValue() public static method

public static GetDefaultValue ( DataType dataType ) : object
dataType DataType
return object