C# 클래스 EventStore.Core.Index.PTable.IndexEntryKey

파일 보기 프로젝트 열기: EventStore/EventStore

공개 프로퍼티들

프로퍼티 타입 설명
Stream ulong
Version int

공개 메소드들

메소드 설명
GreaterEqualsThan ( IndexEntryKey other ) : bool
GreaterThan ( IndexEntryKey other ) : bool
IndexEntryKey ( ulong stream, int version ) : System
SmallerEqualsThan ( IndexEntryKey other ) : bool
SmallerThan ( IndexEntryKey other ) : bool
ToString ( ) : string

메소드 상세

GreaterEqualsThan() 공개 메소드

public GreaterEqualsThan ( IndexEntryKey other ) : bool
other IndexEntryKey
리턴 bool

GreaterThan() 공개 메소드

public GreaterThan ( IndexEntryKey other ) : bool
other IndexEntryKey
리턴 bool

IndexEntryKey() 공개 메소드

public IndexEntryKey ( ulong stream, int version ) : System
stream ulong
version int
리턴 System

SmallerEqualsThan() 공개 메소드

public SmallerEqualsThan ( IndexEntryKey other ) : bool
other IndexEntryKey
리턴 bool

SmallerThan() 공개 메소드

public SmallerThan ( IndexEntryKey other ) : bool
other IndexEntryKey
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Stream 공개적으로 프로퍼티

public ulong Stream
리턴 ulong

Version 공개적으로 프로퍼티

public int Version
리턴 int