Click or drag to resize

CustomArg Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Custom arguments to pass to a Location Search operation.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.GeocodingCustomArg

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class CustomArg

The CustomArg type exposes the following members.

Constructors
  NameDescription
Public methodCustomArg
Initializes a new instance of the CustomArg class
Top
Properties
  NameDescription
Public propertyDescription
The user-readable description of the argument.
Public propertyIsRequired
Whether the argument is required for the search source with which it is associated.
Public propertyName
The name of the argument.
Public propertyType
The required type of the argument's value. This must be a type that GeoBase can successfully serialize.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also