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

Inheritance: SchemaItem
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
GetByName ( string propertyTypeName ) : PropertyType
GetDatabaseInfo ( ) : PropertyMapping
GetDefaultValue ( DataType dataType ) : object

Private Methods

Méthode 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 méthode

public static GetByName ( string propertyTypeName ) : PropertyType
propertyTypeName string
Résultat PropertyType

GetDatabaseInfo() public méthode

public GetDatabaseInfo ( ) : PropertyMapping
Résultat SenseNet.ContentRepository.Storage.Data.PropertyMapping

GetDefaultValue() public static méthode

public static GetDefaultValue ( DataType dataType ) : object
dataType DataType
Résultat object