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

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

공개 메소드들

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

Applies a modification to the member map.

BsonIgnoreIfNullAttribute ( ) : System

Initializes a new instance of the BsonIgnoreIfNullAttribute class.

BsonIgnoreIfNullAttribute ( bool value ) : System

Initializes a new instance of the BsonIgnoreIfNullAttribute class.

메소드 상세

Apply() 공개 메소드

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

BsonIgnoreIfNullAttribute() 공개 메소드

Initializes a new instance of the BsonIgnoreIfNullAttribute class.
public BsonIgnoreIfNullAttribute ( ) : System
리턴 System

BsonIgnoreIfNullAttribute() 공개 메소드

Initializes a new instance of the BsonIgnoreIfNullAttribute class.
public BsonIgnoreIfNullAttribute ( bool value ) : System
value bool Whether a field or property equal to null should be ignored when serializing this class.
리턴 System