Click or drag to resize

QueryToken Class

[Missing <summary> documentation for "T:Cadcorp.WML.GazetteerConnectors.AlignedAssets.QueryToken"]

Inheritance Hierarchy

Namespace:  Cadcorp.WML.GazetteerConnectors.AlignedAssets
Assembly:  Cadcorp.WML.GazetteerConnectors (in Cadcorp.WML.GazetteerConnectors.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
[SerializableAttribute]
public class QueryToken : TextSearchToken

The QueryToken type exposes the following members.

Constructors
  NameDescription
Public methodQueryToken
Initializes a new instance of the QueryToken class
Top
Properties
  NameDescription
Public propertyCommandTimeout (Inherited from SearchToken.)
Public propertyIsAddressBaseData (Inherited from SearchToken.)
Public propertyIsFuzzySearch (Inherited from SearchToken.)
Public propertyIsSpatialSearch (Inherited from SearchToken.)
Public propertyIsWebServiceSearch (Inherited from SearchToken.)
Public propertyMaxItemRowNum (Inherited from SearchToken.)
Public propertyMinItemRowNum (Inherited from SearchToken.)
Public propertyOrderByFieldTags (Inherited from SearchToken.)
Public propertyPagedResults (Inherited from SearchToken.)
Public propertyPageIndex (Inherited from SearchToken.)
Public propertyPageItemCount (Inherited from SearchToken.)
Public propertyPageLookAheadCount (Inherited from SearchToken.)
Public propertyQualifiedValues
Public propertyReturnAllFields (Inherited from SearchToken.)
Public propertyReturnFieldTags (Inherited from SearchToken.)
Public propertyReturnQasNameRawAddress (Inherited from SearchToken.)
Public propertySearchAllAdapters (Inherited from SearchToken.)
Public propertySearchMode (Inherited from TextSearchToken.)
Public propertySearchText
Public propertyTotalResultsFound (Inherited from SearchToken.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also