BsonCreatorMap Class | 
Namespace: MongoDB.Bson.Serialization
The BsonCreatorMap type exposes the following members.
| Name | Description | |
|---|---|---|
| BsonCreatorMap | 
            Initializes a new instance of the BsonCreatorMap class.
              | 
| Name | Description | |
|---|---|---|
| Arguments | 
            Gets the arguments.
              | |
| ClassMap | 
            Gets the class map that this creator map belongs to.
              | |
| Delegate | 
            Gets the delegeate
              | |
| ElementNames | 
            Gets the element names.
              | |
| MemberInfo | 
            Gets the member info (null if none).
              | 
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Freeze | 
            Freezes the creator map.
              | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| HasDefaultValue | 
            Gets whether there is a default value for a missing element.
              | |
| MemberwiseClone | (Inherited from Object.) | |
| SetArguments(IEnumerableMemberInfo) | 
            Sets the arguments for the creator map.
              | |
| SetArguments(IEnumerableString) | 
            Sets the arguments for the creator map.
              | |
| ToString | (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| ToBson | 
            Serializes an object to a BSON byte array.
              (Defined by BsonExtensionMethods.) | |
| ToBsonDocument | 
            Serializes an object to a BsonDocument.
              (Defined by BsonExtensionMethods.) | |
| ToJson | 
            Serializes an object to a JSON string.
              (Defined by BsonExtensionMethods.) |