Click or drag to resize
GeoLocation Class
Class representing location of specific IP.
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerGeoLocation
    CMS.BaseAbstractDataContainerGeoLocation
      CMS.WebAnalyticsGeoLocation

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public class GeoLocation : AbstractDataContainer<GeoLocation>

The GeoLocation type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAreaCode
Area code
Public propertyCity
City name
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyCountryCode
Country code
Public propertyCountryName
Country name
Public propertyDMACode
DMA code
Public propertyItem
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainerTObject.)
Public propertyLatitude
Latitude
Public propertyLongitude
Longitude
Public propertyMetroCode
Metro code
Public propertyPostalCode
Postal code
Public propertyRegionCode
Region/state code
Public propertyRegionName
Region/state name
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Public propertyStateCode
State code
Public propertyStateName
State name
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Top
Methods
  NameDescription
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Public methodDistance
Returns distance in kilometers between current location and location specified by coordinates.
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Registers columns of the GeoLocation object.
(Overrides AbstractSimpleDataContainerTObjectRegisterColumns.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Top
See Also