The PointGroupQueryToken type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PointGroupQueryToken | Initializes a new instance of the PointGroupQueryToken class |
Properties
| Name | Description | |
|---|---|---|
| AND |
Gets the query string token for a logical AND.
| |
| ClosingParenthesis |
Gets the query string token for a closing parenthesis.
| |
| Equal |
Gets the query string token for a logical equals comparison.
| |
| FullDescriptionField |
Gets the full description.
| |
| GreaterThan |
Gets the query string token for a greater than comparison.
| |
| GreaterThanOrEqual |
Gets the query string token for a greater-than-or-equal comparison.
| |
| LessThan |
Gets the query string token for a less than comparison.
| |
| LessThanOrEqual |
Gets the query string token for a less-than-or-equal comparison.
| |
| NameField |
Gets the name for the PointGroupQueryToken.
| |
| NOT |
Gets the query string token for a logical NOT.
| |
| NotEqual |
Gets the query string token for a logical not equals comparison.
| |
| OpeningParenthesis |
Gets the query string token for an opening parenthesis.
| |
| OR |
Gets the query string token for a logical OR.
| |
| PointElevationField |
Gets the query string token for a point elevation field.
| |
| PointGroupField |
Gets the query string token for a point group field.
| |
| PointNumberField |
Gets the query string token for a point number field.
| |
| RawDescriptionField |
Gets the raw description.
| |
| SingleQuoteCode |
Gets the query string token for a single quote.
| |
| ValueDelimiter |
Gets the query string token for a value delimiter.
|