Bson |
The BsonDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(KeyValuePairString, BsonValue) | ||
| Add(String, BsonValue) | ||
| Clear | ||
| CompareTo(BsonValue) | (Overrides BsonValueCompareTo(BsonValue)) | |
| CompareTo(BsonValue, Collation) | (Inherited from BsonValue) | |
| Contains | ||
| ContainsKey | ||
| CopyTo(BsonDocument) | ||
| CopyTo(KeyValuePairString, BsonValue, Int32) | ||
| Equals(BsonValue) | (Inherited from BsonValue) | |
| Equals(Object) | (Inherited from BsonValue) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetBytesCountElement |
Get how many bytes one single element will used in BSON format
(Inherited from BsonValue) | |
| GetElements | Get all document elements - Return "_id" as first of all (if exists) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from BsonValue) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Remove(KeyValuePairString, BsonValue) | ||
| Remove(String) | ||
| ToString | (Inherited from BsonValue) | |
| TryGetValue |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |