C# Class Shaolinq.IndexAttribute

Inheritance: System.Attribute, ICloneable
Afficher le fichier Open project: tumtumtum/Shaolinq

Méthodes publiques

Méthode Description
Clone ( ) : object
IndexAttribute ( ) : System
IndexAttribute ( string indexName ) : System
IndexAttribute ( string indexName, bool unique ) : System

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

IndexAttribute() public méthode

public IndexAttribute ( ) : System
Résultat System

IndexAttribute() public méthode

public IndexAttribute ( string indexName ) : System
indexName string
Résultat System

IndexAttribute() public méthode

public IndexAttribute ( string indexName, bool unique ) : System
indexName string
unique bool
Résultat System