Click or drag to resize

SearchOSPlaces Class

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

Inheritance Hierarchy

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

The SearchOSPlaces type exposes the following members.

Constructors
  NameDescription
Public methodSearchOSPlaces(XmlNode)
Initializes a new instance of the SearchOSPlaces class
Public methodSearchOSPlaces(QuickSearchDataSetSearch_OS_PlacesRow)
Initializes a new instance of the SearchOSPlaces class
Top
Properties
  NameDescription
Public propertyEastingProperty
Gets or sets name of the property in the results that contains the x coordinate
Public propertyFilter
Gets or sets the filter to apply to the query
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 propertyKey
Gets or sets name of the user authentication key
Public propertyName
Gets or sets the name of this search
(Inherited from SingleSearchConfigurationBase.)
Public propertyNorthingProperty
Gets or sets name of the property in the results that contains the y coordinate
Public propertyResultDelimiter
Gets or sets name of the delimiter to add between ResultProperty and SecondaryResultProperty
Public propertyResultProperty
Gets or sets name of the property in the results that contains the result text to display
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 propertySecondaryResultProperty
Gets or sets name of the property in the results that contains additonal result text
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 (Overrides SingleSearchConfigurationBaseGetConfigOptions.)
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