BsonMemberMap Properties |
The BsonMemberMap type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClassMap |
Gets the class map that this member map belongs to.
|
![]() | DefaultValue |
Gets the default value.
|
![]() | ElementName |
Gets the name of the element.
|
![]() | Getter |
Gets the getter function.
|
![]() | IdGenerator |
Gets the Id generator.
|
![]() | IgnoreIfDefault |
Gets whether default values should be ignored when serialized.
|
![]() | IgnoreIfNull |
Gets whether null values should be ignored when serialized.
|
![]() | IsDefaultValueSpecified |
Gets whether a default value was specified.
|
![]() | IsReadOnly |
Gets whether the member is readonly.
|
![]() | IsRequired |
Gets whether an element is required for this member when deserialized.
|
![]() | MemberInfo |
Gets the member info.
|
![]() | MemberName |
Gets the name of the member.
|
![]() | MemberType |
Gets the type of the member.
|
![]() | MemberTypeIsBsonValue |
Gets whether the member type is a BsonValue.
|
![]() | Order |
Gets the serialization order.
|
![]() | Setter |
Gets the setter function.
|
![]() | ShouldSerializeMethod |
Gets the method that will be called to determine whether the member should be serialized.
|