C# Класс MongoDB.Bson.Serialization.IdGenerators.GuidGenerator

Represents an Id generator for Guids.
Наследование: IIdGenerator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GenerateId ( object container, object document ) : object

Generates an Id for a document.

GuidGenerator ( ) : System

Initializes a new instance of the GuidGenerator class.

IsEmpty ( object id ) : bool

Tests whether an Id is empty.

Описание методов

GenerateId() публичный Метод

Generates an Id for a document.
public GenerateId ( object container, object document ) : object
container object The container of the document (will be a MongoCollection when called from the C# driver).
document object The document.
Результат object

GuidGenerator() публичный Метод

Initializes a new instance of the GuidGenerator class.
public GuidGenerator ( ) : System
Результат System

IsEmpty() публичный Метод

Tests whether an Id is empty.
public IsEmpty ( object id ) : bool
id object The Id.
Результат bool