C# 클래스 MongoDB.Bson.Serialization.Attributes.BsonDefaultValueAttribute

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Apply ( BsonMemberMap memberMap ) : void

Applies a modification to the member map.

BsonDefaultValueAttribute ( object defaultValue ) : System

Initializes a new instance of the BsonDefaultValueAttribute class.

메소드 상세

Apply() 공개 메소드

Applies a modification to the member map.
public Apply ( BsonMemberMap memberMap ) : void
memberMap BsonMemberMap The member map.
리턴 void

BsonDefaultValueAttribute() 공개 메소드

Initializes a new instance of the BsonDefaultValueAttribute class.
public BsonDefaultValueAttribute ( object defaultValue ) : System
defaultValue object The default value.
리턴 System