C# 클래스 Repository.Mongo.ConnectionNameAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: esendir/MongoRepository

공개 메소드들

메소드 설명
ConnectionNameAttribute ( string value ) : System

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

메소드 상세

ConnectionNameAttribute() 공개 메소드

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