C# Class Repository.Mongo.ConnectionNameAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: esendir/MongoRepository

Public Methods

Method Description
ConnectionNameAttribute ( string value ) : System

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

Method Details

ConnectionNameAttribute() public method

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