C# 클래스 Repository.Mongo.CollectionNameAttribute

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

공개 메소드들

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

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

메소드 상세

CollectionNameAttribute() 공개 메소드

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