C# (CSharp) MongoDB.Bson.Serialization.IdGenerators Пространство имен

Классы

Имя Описание
BsonBinaryDataGuidGenerator Represents an Id generator for Guids stored in BsonBinaryData values.
BsonObjectIdGenerator Represents an Id generator for BsonObjectIds.
CombGuidGenerator Represents an Id generator for Guids using the COMB algorithm.
GuidGenerator Represents an Id generator for Guids.
NullIdChecker Represents an Id generator that only checks that the Id is not null.
ObjectIdGenerator Represents an Id generator for ObjectIds.
StringObjectIdGenerator Represents an Id generator for ObjectIds represented internally as strings.