Click or drag to resize
XGisResult Class
Class XGisResult.
Inheritance Hierarchy
SystemObject
  Biolomics.SharedClassesXGisResult

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class XGisResult : IVector<XGisResult>

The XGisResult type exposes the following members.

Constructors
  NameDescription
Public methodXGisResult
Initializes a new instance of the XGisResult class.
Public methodXGisResult(XGisResult)
Initializes a new instance of the XGisResult class.
Public methodXGisResult(Int32, String, String, String, String, String, Double, Double)
Initializes a new instance of the XGisResult class.
Top
Properties
  NameDescription
Public propertyCity
Gets or sets the city.
Public propertyCountryCode
Gets or sets the country code.
Public propertyCountryName
Gets or sets the name of the country.
Public propertyId
Gets or sets the Id.
Public propertyInfo
Gets or sets the information.
Public propertyLatitude
Gets or sets the latitude.
Public propertyLongitude
Gets or sets the longitude.
Public propertyTitle
Gets or sets the title.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator = operator.
Public operatorStatic memberInequality
Implements the operator <> operator.
Top
See Also

Reference

[!:Biolomics.SharedClasses.Vector.IVector{Biolomics.SharedClasses.XGisResult}]