Click or drag to resize

QuickSearch Class

[Missing <summary> documentation for "T:Cadcorp.Configuration.QuickSearch"]

Inheritance Hierarchy

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class QuickSearch : SingleSearch

The QuickSearch type exposes the following members.

Constructors
  NameDescription
Public methodQuickSearch(XmlNode)
Initializes a new instance of the QuickSearch class
Public methodQuickSearch(QuickSearchDataSetSearchesRow)
Initializes a new instance of the QuickSearch class
Top
Properties
  NameDescription
Public propertyAdditionalResultColumns
Gets or Sets the one-dimentional array of SearchColumn
(Inherited from SingleSearch.)
Public propertyCaseSensitiveSearch
Gets or Sets the Boolean indicating whether ignore the case while performing search.
(Inherited from SingleSearch.)
Public propertyColumns
Gets or Sets the one-dimentional array of SearchColumn
(Inherited from SingleSearch.)
Public propertyConnectionStringSettings
Public propertyEastingColumn
Gets or Sets the SearchColumn that holds Easting
(Inherited from SingleSearch.)
Public propertyEpsgCode
Public propertyId
Gets or sets the id of this search
(Inherited from SingleSearchConfigurationBase.)
Public propertyImage
Gets or sets the image to display when a results in this search is selected
(Inherited from SingleSearchConfigurationBase.)
Public propertyName
Gets or sets the name of this search
(Inherited from SingleSearchConfigurationBase.)
Public propertyNorthingColumn
Gets or Sets the SearchColumn that holds Northing
(Inherited from SingleSearch.)
Public propertyResultOrderColumns
Gets or Sets the one-dimentional array of SearchColumn
(Inherited from SingleSearch.)
Public propertyResultsColumn
Gets or Sets the SearchColumn that holds result
(Inherited from SingleSearch.)
Public propertySearchClass (Inherited from SingleSearch.)
Public propertySearchConstructor
Gets or set the javascript constructor to use for the search object
(Inherited from SingleSearchConfigurationBase.)
Public propertySearchUIConstructor
Gets or set the javascript constructor to use for the search ui object
(Inherited from SingleSearchConfigurationBase.)
Public propertyTable
Gets or Sets the String that specifies name of the table
(Inherited from SingleSearch.)
Public propertyZoomResolution
The resolution to go to when the user selects a result
(Inherited from SingleSearchConfigurationBase.)
Public propertyZoomScale
The scale to go to when the user selects a result
(Inherited from SingleSearchConfigurationBase.)
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 methodGetConfigOptions (Inherited from SingleSearchConfigurationBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetJSON (Inherited from SingleSearchConfigurationBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUIConfigOptions (Inherited from SingleSearch.)
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