AscendingGuidGenerator Methods |
The AscendingGuidGenerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GenerateId(Object, Object) |
Generates an ascending Guid for a document. Consecutive invocations
should generate Guids that are ascending from a MongoDB perspective
|
![]() | GenerateId(Int64, Byte, Int32) |
Generates a Guid for a document. Note - this is purely used for
unit testing
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsEmpty |
Tests whether an id is empty.
|
![]() | 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.) |