Method | Description | |
---|---|---|
Apply ( BsonMemberMap memberMap ) : void |
Applies a modification to the member map.
|
|
BsonIgnoreIfDefaultAttribute ( ) : System |
Initializes a new instance of the BsonIgnoreIfDefaultAttribute class.
|
|
BsonIgnoreIfDefaultAttribute ( bool value ) : System |
Initializes a new instance of the BsonIgnoreIfDefaultAttribute class.
|
public Apply ( BsonMemberMap memberMap ) : void | ||
memberMap | BsonMemberMap | The member map. |
return | void |
public BsonIgnoreIfDefaultAttribute ( ) : System | ||
return | System |
public BsonIgnoreIfDefaultAttribute ( bool value ) : System | ||
value | bool | Whether a field or property equal to the default value should be ignored when serializing this class. |
return | System |