C# Класс SenseNet.ContentRepository.Schema.RepositoryPropertyAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RepositoryPropertyAttribute ( ) : System
RepositoryPropertyAttribute ( RepositoryDataType dataType ) : System
RepositoryPropertyAttribute ( string propertyName ) : System
RepositoryPropertyAttribute ( string propertyName, RepositoryDataType dataType ) : System
ToString ( ) : string

Описание методов

RepositoryPropertyAttribute() публичный Метод

public RepositoryPropertyAttribute ( ) : System
Результат System

RepositoryPropertyAttribute() публичный Метод

public RepositoryPropertyAttribute ( RepositoryDataType dataType ) : System
dataType RepositoryDataType
Результат System

RepositoryPropertyAttribute() публичный Метод

public RepositoryPropertyAttribute ( string propertyName ) : System
propertyName string
Результат System

RepositoryPropertyAttribute() публичный Метод

public RepositoryPropertyAttribute ( string propertyName, RepositoryDataType dataType ) : System
propertyName string
dataType RepositoryDataType
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string