C# 클래스 CrownPeak.SearchG2.Attributes.UniqueKeyAttribute

상속: FieldAttribute
파일 보기 프로젝트 열기: Crownpeak/Search-Results-Examples

공개 메소드들

메소드 설명
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