C# 클래스 Raven.Storage.Managed.GeneralStorageActions

상속: IGeneralStorageActions
파일 보기 프로젝트 열기: synhershko/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
GeneralStorageActions ( TableStorage storage ) : System.Collections.Generic
GetNextIdentityValue ( string name ) : long
PulseTransaction ( ) : void
SetIdentityValue ( string name, long value ) : void

메소드 상세

GeneralStorageActions() 공개 메소드

public GeneralStorageActions ( TableStorage storage ) : System.Collections.Generic
storage Raven.Storage.Managed.Impl.TableStorage
리턴 System.Collections.Generic

GetNextIdentityValue() 공개 메소드

public GetNextIdentityValue ( string name ) : long
name string
리턴 long

PulseTransaction() 공개 메소드

public PulseTransaction ( ) : void
리턴 void

SetIdentityValue() 공개 메소드

public SetIdentityValue ( string name, long value ) : void
name string
value long
리턴 void