Click or drag to resize

SingleSearch Class

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

Inheritance Hierarchy

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

The SingleSearch type exposes the following members.

Constructors
  NameDescription
Public methodSingleSearch(XmlNode)
Initializes a new instance of the SingleSearch class
Public methodSingleSearch(QuickSearchDataSetSearchesRow)
Initializes a new instance of the SingleSearch class
Top
Properties
  NameDescription
Public propertyAdditionalResultColumns
Gets or Sets the one-dimentional array of SearchColumn
Public propertyCaseSensitiveSearch
Gets or Sets the Boolean indicating whether ignore the case while performing search.
Public propertyColumns
Gets or Sets the one-dimentional array of SearchColumn
Public propertyEastingColumn
Gets or Sets the SearchColumn that holds Easting
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
Public propertyResultOrderColumns
Gets or Sets the one-dimentional array of SearchColumn
Public propertyResultsColumn
Gets or Sets the SearchColumn that holds result
Public propertySearchClass
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
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 (Overrides SingleSearchConfigurationBaseGetUIConfigOptions.)
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