Свойство | Тип | Описание | |
---|---|---|---|
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 |
public GreaterEqualsThan ( IndexEntryKey other ) : bool | ||
other | IndexEntryKey | |
Результат | bool |
public GreaterThan ( IndexEntryKey other ) : bool | ||
other | IndexEntryKey | |
Результат | bool |
public IndexEntryKey ( ulong stream, int version ) : System | ||
stream | ulong | |
version | int | |
Результат | System |
public SmallerEqualsThan ( IndexEntryKey other ) : bool | ||
other | IndexEntryKey | |
Результат | bool |
public SmallerThan ( IndexEntryKey other ) : bool | ||
other | IndexEntryKey | |
Результат | bool |