Method | Description | |
---|---|---|
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.
|
public Apply ( BsonMemberMap memberMap ) : void | ||
memberMap | BsonMemberMap | The member map. |
return | void |
public BsonIgnoreIfNullAttribute ( ) : System | ||
return | System |
public BsonIgnoreIfNullAttribute ( bool value ) : System | ||
value | bool | Whether a field or property equal to null should be ignored when serializing this class. |
return | System |