C# Class SenseNet.ContentRepository.Schema.PropertyTypeRegistration

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

Méthodes publiques

Méthode Description
PropertyTypeRegistration ( PropertyInfo propInfo, RepositoryPropertyAttribute propTypeAttr ) : System
PropertyTypeRegistration ( string propName, RepositoryDataType dataType ) : System
ToString ( ) : string

Private Methods

Méthode Description
DataTypeFromSystemType ( Type type ) : RepositoryDataType
DefaultName ( PropertyInfo propInfo ) : string

Method Details

PropertyTypeRegistration() public méthode

public PropertyTypeRegistration ( PropertyInfo propInfo, RepositoryPropertyAttribute propTypeAttr ) : System
propInfo System.Reflection.PropertyInfo
propTypeAttr RepositoryPropertyAttribute
Résultat System

PropertyTypeRegistration() public méthode

public PropertyTypeRegistration ( string propName, RepositoryDataType dataType ) : System
propName string
dataType RepositoryDataType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string