BsonMemberMapAttributeUsageAttribute Class |
Namespace: MongoDB.Bson.Serialization
The BsonMemberMapAttributeUsageAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| BsonMemberMapAttributeUsageAttribute |
Initializes a new instance of the BsonMemberMapAttributeUsageAttribute class.
|
| Name | Description | |
|---|---|---|
| AllowMultipleMembers |
Gets or sets a value indicating whether the attribute this attribute applies to is allowed to be applied
to more than one member.
| |
| TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Attribute.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Attribute.) | |
| GetType | (Inherited from Object.) | |
| IsDefaultAttribute | (Inherited from Attribute.) | |
| Match | (Inherited from Attribute.) | |
| MemberwiseClone | (Inherited from Object.) | |
| 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.) |