C# 클래스 NDB.DocCounter

상속: PersistentCounter
파일 보기 프로젝트 열기: Kirosoft/NouchDB 1 사용 예제들

공개 메소드들

메소드 설명
DocCounter ( string storePath, string>.Dictionary options = null ) : System
Get ( ) : long
Next ( ) : long
Reset ( ) : void

메소드 상세

DocCounter() 공개 메소드

public DocCounter ( string storePath, string>.Dictionary options = null ) : System
storePath string
options string>.Dictionary
리턴 System

Get() 공개 메소드

public Get ( ) : long
리턴 long

Next() 공개 메소드

public Next ( ) : long
리턴 long

Reset() 공개 메소드

public Reset ( ) : void
리턴 void