|
| BookmarkRangeField (byte[] buffer, int position, int length) |
|
| BookmarkField (byte[] buffer, int position, int length) |
|
| StringField (byte[] buffer, int position, int length) |
|
|
byte[] | buffer = null |
|
int | position = 0 |
|
int | length = 0 |
|
const int | MAX_BOOKMARK_LENGTH = 42 |
|
const int | MAX_TIMESTAMP_LENGTH = 24 |
|
const int | MIN_TIMESTAMP_LENGTH = 10 |
|
const string | LATIN1 = "ISO-8859-1" |
|
const byte | LATIN1_ZERO = 48 |
|
◆ clone()
new Object AMPS.Client.Fields.BookmarkRangeField.clone |
( |
| ) |
|
|
inline |
Provides a way to duplicate this object and retain its specific type (and hashcode() implementation).
◆ copyFrom()
override void AMPS.Client.Fields.BookmarkRangeField.copyFrom |
( |
Field |
f | ) |
|
|
inlinevirtual |
Provides a way to make this object a duplicate of f if f represents a valid bookmark range.
Reimplemented from AMPS.Client.Fields.Field.
◆ getEnd()
Returns the end bookmark of the range.
◆ getStart()
Returns the start bookmark of the range.
◆ isEndExclusive()
bool AMPS.Client.Fields.BookmarkRangeField.isEndExclusive |
( |
| ) |
|
|
inline |
Returns if the end of the range in exclusive.
◆ isEndInclusive()
bool AMPS.Client.Fields.BookmarkRangeField.isEndInclusive |
( |
| ) |
|
|
inline |
Returns if the end of the range in inclusive.
◆ isStartExclusive()
bool AMPS.Client.Fields.BookmarkRangeField.isStartExclusive |
( |
| ) |
|
|
inline |
Returns if the start of the range in exclusive.
◆ isStartInclusive()
bool AMPS.Client.Fields.BookmarkRangeField.isStartInclusive |
( |
| ) |
|
|
inline |
Returns if the start of the range in inclusive.
◆ isValid()
bool AMPS.Client.Fields.BookmarkRangeField.isValid |
( |
| ) |
|
|
inline |
Returns is this is a valid range or not.
◆ replaceStart()
void AMPS.Client.Fields.BookmarkRangeField.replaceStart |
( |
BookmarkField |
start_, |
|
|
bool |
makeExclusive = true |
|
) |
| |
|
inline |
Replaces the start bookmark of the range.
◆ ToString()
override string AMPS.Client.Fields.BookmarkRangeField.ToString |
( |
| ) |
|
|
inline |
Returns the bookmark as a string.
The documentation for this class was generated from the following file:
- AMPS.Client/Fields/BookmarkRangeField.cs