C# Класс CrownPeak.SearchG2.Attributes.UniqueKeyAttribute

Наследование: FieldAttribute
Показать файл Открыть проект

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

Метод Описание
UniqueKeyAttribute ( ) : System

Marks a property as unique key. By default the field name is the property name.

UniqueKeyAttribute ( string fieldName ) : System

Marks a property as unique key.

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

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

Marks a property as unique key. By default the field name is the property name.
public UniqueKeyAttribute ( ) : System
Результат System

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

Marks a property as unique key.
public UniqueKeyAttribute ( string fieldName ) : System
fieldName string The field name to use for this property.
Результат System