Click or drag to resize

SingleSearchConfigurationBase Class

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

Inheritance Hierarchy

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

The SingleSearchConfigurationBase type exposes the following members.

Constructors
  NameDescription
Public methodSingleSearchConfigurationBase(DataRow)
Initializes a new instance of the SingleSearchConfigurationBase class
Public methodSingleSearchConfigurationBase(XmlNode)
Initializes a new instance of the SingleSearchConfigurationBase class
Top
Properties
  NameDescription
Public propertyId
Gets or sets the id of this search
Public propertyImage
Gets or sets the image to display when a results in this search is selected
Public propertyName
Gets or sets the name of this search
Public propertySearchConstructor
Gets or set the javascript constructor to use for the search object
Public propertySearchUIConstructor
Gets or set the javascript constructor to use for the search ui object
Public propertyZoomResolution
The resolution to go to when the user selects a result
Public propertyZoomScale
The scale to go to when the user selects a result
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
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetJSON
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUIConfigOptions
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