Click or drag to resize

BsonClassMapTClass Properties

The BsonClassMapTClass generic type exposes the following members.

Properties
  NameDescription
Public propertyAllMemberMaps
Gets all the member maps (including maps for inherited members).
(Inherited from BsonClassMap.)
Public propertyBaseClassMap
Gets the base class map.
(Inherited from BsonClassMap.)
Public propertyClassType
Gets the class type.
(Inherited from BsonClassMap.)
Public propertyConventionPack
Gets the conventions used for auto mapping.
(Inherited from BsonClassMap.)
Public propertyCreatorMaps
Gets the constructor maps.
(Inherited from BsonClassMap.)
Public propertyDeclaredMemberMaps
Gets the declared member maps (only for members declared in this class).
(Inherited from BsonClassMap.)
Public propertyDiscriminator
Gets the discriminator.
(Inherited from BsonClassMap.)
Public propertyDiscriminatorIsRequired
Gets whether a discriminator is required when serializing this class.
(Inherited from BsonClassMap.)
Public propertyExtraElementsMemberMap
Gets the member map of the member used to hold extra elements.
(Inherited from BsonClassMap.)
Public propertyHasCreatorMaps
Gets whether this class map has any creator maps.
(Inherited from BsonClassMap.)
Public propertyHasRootClass
Gets whether this class has a root class ancestor.
(Inherited from BsonClassMap.)
Public propertyIdMemberMap
Gets the Id member map (null if none).
(Inherited from BsonClassMap.)
Public propertyIgnoreExtraElements
Gets whether extra elements should be ignored when deserializing.
(Inherited from BsonClassMap.)
Public propertyIgnoreExtraElementsIsInherited
Gets whether the IgnoreExtraElements value should be inherited by derived classes.
(Inherited from BsonClassMap.)
Public propertyIsAnonymous
Gets whether this class is anonymous.
(Inherited from BsonClassMap.)
Public propertyIsFrozen
Gets whether the class map is frozen.
(Inherited from BsonClassMap.)
Public propertyIsRootClass
Gets whether this class is a root class.
(Inherited from BsonClassMap.)
Public propertyKnownTypes
Gets the known types of this class.
(Inherited from BsonClassMap.)
Top
See Also