C# Class Repository.Mongo.CollectionNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: esendir/MongoRepository

Méthodes publiques

Méthode Description
CollectionNameAttribute ( string value ) : System

Initializes a new instance of the CollectionName class attribute with the desired name.

Method Details

CollectionNameAttribute() public méthode

Initializes a new instance of the CollectionName class attribute with the desired name.
public CollectionNameAttribute ( string value ) : System
value string Name of the collection.
Résultat System