C# Класс EventStore.Core.Index.PTable.IndexEntryKey

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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