Method | Description | |
---|---|---|
Apply ( BsonClassMap classMap ) : void |
Applies a modification to the class map.
|
|
BsonIgnoreExtraElementsAttribute ( ) : System |
Initializes a new instance of the BsonIgnoreExtraElementsAttribute class.
|
|
BsonIgnoreExtraElementsAttribute ( bool ignoreExtraElements ) : System |
Initializes a new instance of the BsonIgnoreExtraElementsAttribute class.
|
public Apply ( BsonClassMap classMap ) : void | ||
classMap | BsonClassMap | The class map. |
return | void |
public BsonIgnoreExtraElementsAttribute ( ) : System | ||
return | System |
public BsonIgnoreExtraElementsAttribute ( bool ignoreExtraElements ) : System | ||
ignoreExtraElements | bool | Whether extra elements should be ignored when this class is deserialized. |
return | System |