C# Class EventStore.Core.Index.PTable.IndexEntryKey

Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство Type Description
Stream ulong
Version int

Méthodes publiques

Méthode Description
GreaterEqualsThan ( IndexEntryKey other ) : bool
GreaterThan ( IndexEntryKey other ) : bool
IndexEntryKey ( ulong stream, int version ) : System
SmallerEqualsThan ( IndexEntryKey other ) : bool
SmallerThan ( IndexEntryKey other ) : bool
ToString ( ) : string

Method Details

GreaterEqualsThan() public méthode

public GreaterEqualsThan ( IndexEntryKey other ) : bool
other IndexEntryKey
Résultat bool

GreaterThan() public méthode

public GreaterThan ( IndexEntryKey other ) : bool
other IndexEntryKey
Résultat bool

IndexEntryKey() public méthode

public IndexEntryKey ( ulong stream, int version ) : System
stream ulong
version int
Résultat System

SmallerEqualsThan() public méthode

public SmallerEqualsThan ( IndexEntryKey other ) : bool
other IndexEntryKey
Résultat bool

SmallerThan() public méthode

public SmallerThan ( IndexEntryKey other ) : bool
other IndexEntryKey
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Stream public_oe property

public ulong Stream
Résultat ulong

Version public_oe property

public int Version
Résultat int