C# Class CrownPeak.SearchG2.Attributes.UniqueKeyAttribute

Inheritance: FieldAttribute
Afficher le fichier Open project: Crownpeak/Search-Results-Examples

Méthodes publiques

Méthode Description
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.

Method Details

UniqueKeyAttribute() public méthode

Marks a property as unique key. By default the field name is the property name.
public UniqueKeyAttribute ( ) : System
Résultat System

UniqueKeyAttribute() public méthode

Marks a property as unique key.
public UniqueKeyAttribute ( string fieldName ) : System
fieldName string The field name to use for this property.
Résultat System