C# 클래스 MongoDBIntIdGenerator.Int64IdGenerator

Int64 identifier generator.
상속: IntIdGeneratorBase
파일 보기 프로젝트 열기: alexjamesbrown/MongDBIntIdGenerator

공개 메소드들

메소드 설명
Int64IdGenerator ( ) : System

Initializes a new instance of the MongoDBIntIdGenerator.Int64IdGenerator class.

Int64IdGenerator ( string idCollectionName ) : System

Initializes a new instance of the MongoDBIntIdGenerator.Int64IdGenerator class.

IsEmpty ( object id ) : bool

Tests whether an Id is empty.

보호된 메소드들

메소드 설명
ConvertToInt ( BsonValue value ) : object

Converts to int.

CreateUpdateBuilder ( ) : MongoDB.Driver.Builders.UpdateBuilder

Creates the update builder.

메소드 상세

ConvertToInt() 보호된 메소드

Converts to int.
protected ConvertToInt ( BsonValue value ) : object
value BsonValue Value.
리턴 object

CreateUpdateBuilder() 보호된 메소드

Creates the update builder.
protected CreateUpdateBuilder ( ) : MongoDB.Driver.Builders.UpdateBuilder
리턴 MongoDB.Driver.Builders.UpdateBuilder

Int64IdGenerator() 공개 메소드

Initializes a new instance of the MongoDBIntIdGenerator.Int64IdGenerator class.
public Int64IdGenerator ( ) : System
리턴 System

Int64IdGenerator() 공개 메소드

Initializes a new instance of the MongoDBIntIdGenerator.Int64IdGenerator class.
public Int64IdGenerator ( string idCollectionName ) : System
idCollectionName string Identifier collection name.
리턴 System

IsEmpty() 공개 메소드

Tests whether an Id is empty.
public IsEmpty ( object id ) : bool
id object The Id.
리턴 bool