C# Class SenseNet.ContentRepository.Schema.RepositoryPropertyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
RepositoryPropertyAttribute ( ) : System
RepositoryPropertyAttribute ( RepositoryDataType dataType ) : System
RepositoryPropertyAttribute ( string propertyName ) : System
RepositoryPropertyAttribute ( string propertyName, RepositoryDataType dataType ) : System
ToString ( ) : string

Method Details

RepositoryPropertyAttribute() public méthode

public RepositoryPropertyAttribute ( ) : System
Résultat System

RepositoryPropertyAttribute() public méthode

public RepositoryPropertyAttribute ( RepositoryDataType dataType ) : System
dataType RepositoryDataType
Résultat System

RepositoryPropertyAttribute() public méthode

public RepositoryPropertyAttribute ( string propertyName ) : System
propertyName string
Résultat System

RepositoryPropertyAttribute() public méthode

public RepositoryPropertyAttribute ( string propertyName, RepositoryDataType dataType ) : System
propertyName string
dataType RepositoryDataType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string