Property | Type | Description | |
---|---|---|---|
Stream | ulong | ||
Version | int |
Method | 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 |
public GreaterEqualsThan ( IndexEntryKey other ) : bool | ||
other | IndexEntryKey | |
return | bool |
public GreaterThan ( IndexEntryKey other ) : bool | ||
other | IndexEntryKey | |
return | bool |
public IndexEntryKey ( ulong stream, int version ) : System | ||
stream | ulong | |
version | int | |
return | System |
public SmallerEqualsThan ( IndexEntryKey other ) : bool | ||
other | IndexEntryKey | |
return | bool |
public SmallerThan ( IndexEntryKey other ) : bool | ||
other | IndexEntryKey | |
return | bool |