System.GeoLocationGeo Location

System.GeoLocation (ClassType)

Geo location object specifying the latitude and longitude of an object.

Element properties:

Base ClassSystem.Location
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId97cf1b9b-c70e-d2f9-4623-1c31ec4e21a1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.GeoLocation:
Id  string  Id Identity of the geo location object. true 256  False     
Latitude  string  Latitude An imaginary line joining points on the surface of the Earth that are all of equal distance north or south of the equator. false 256  False     
Longitude  string  Longitude The angular distance east or west of the prime meridian that stretches from the North Pole to the South Pole and passes through Greenwich, England. false 256  False     

Health Model:

Source Code:

<ClassType ID="System.GeoLocation" Accessibility="Public" Abstract="false" Base="System.Location" Hosted="false" Singleton="false" Extension="false">
<Property ID="Id" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="Latitude" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="Longitude" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
</ClassType>