The PointGroupQueryToken type exposes the following members.

Constructors

  NameDescription
Public methodPointGroupQueryToken
Initializes a new instance of the PointGroupQueryToken class

Properties

  NameDescription
Public propertyStatic memberAND
Gets the query string token for a logical AND.
Public propertyStatic memberClosingParenthesis
Gets the query string token for a closing parenthesis.
Public propertyStatic memberEqual
Gets the query string token for a logical equals comparison.
Public propertyStatic memberFullDescriptionField
Gets the full description.
Public propertyStatic memberGreaterThan
Gets the query string token for a greater than comparison.
Public propertyStatic memberGreaterThanOrEqual
Gets the query string token for a greater-than-or-equal comparison.
Public propertyStatic memberLessThan
Gets the query string token for a less than comparison.
Public propertyStatic memberLessThanOrEqual
Gets the query string token for a less-than-or-equal comparison.
Public propertyStatic memberNameField
Gets the name for the PointGroupQueryToken.
Public propertyStatic memberNOT
Gets the query string token for a logical NOT.
Public propertyStatic memberNotEqual
Gets the query string token for a logical not equals comparison.
Public propertyStatic memberOpeningParenthesis
Gets the query string token for an opening parenthesis.
Public propertyStatic memberOR
Gets the query string token for a logical OR.
Public propertyStatic memberPointElevationField
Gets the query string token for a point elevation field.
Public propertyStatic memberPointGroupField
Gets the query string token for a point group field.
Public propertyStatic memberPointNumberField
Gets the query string token for a point number field.
Public propertyStatic memberRawDescriptionField
Gets the raw description.
Public propertyStatic memberSingleQuoteCode
Gets the query string token for a single quote.
Public propertyStatic memberValueDelimiter
Gets the query string token for a value delimiter.

See Also