C# Class Repository.Mongo.CollectionNameAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: esendir/MongoRepository

Public Methods

Method Description
CollectionNameAttribute ( string value ) : System

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

Method Details

CollectionNameAttribute() public method

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