C# Class SenseNet.ContentRepository.Schema.RepositoryPropertyAttribute

Inheritance: System.Attribute
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
RepositoryPropertyAttribute ( ) : System
RepositoryPropertyAttribute ( RepositoryDataType dataType ) : System
RepositoryPropertyAttribute ( string propertyName ) : System
RepositoryPropertyAttribute ( string propertyName, RepositoryDataType dataType ) : System
ToString ( ) : string

Method Details

RepositoryPropertyAttribute() public method

public RepositoryPropertyAttribute ( ) : System
return System

RepositoryPropertyAttribute() public method

public RepositoryPropertyAttribute ( RepositoryDataType dataType ) : System
dataType RepositoryDataType
return System

RepositoryPropertyAttribute() public method

public RepositoryPropertyAttribute ( string propertyName ) : System
propertyName string
return System

RepositoryPropertyAttribute() public method

public RepositoryPropertyAttribute ( string propertyName, RepositoryDataType dataType ) : System
propertyName string
dataType RepositoryDataType
return System

ToString() public method

public ToString ( ) : string
return string