System.GeoLocationPosizione geografica

System.GeoLocation (ClassType)

Oggetto posizione geografica che specifica la latitudine e longitudine di un oggetto.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
System.GeoLocation:
Id  string  ID Identità dell'oggetto posizione geografica. true 256  False     
Latitude  string  Latitudine Una linea immaginaria che congiunge punti sulla superficie della Terra che sono equidistanti dall'equatore a nord o a sud. false 256  False     
Longitude  string  Longitudine La distanza angolare a est o a ovest del primo meridiano che si estende dal Polo nord al Polo sud e attraversa Greenwich, in Inghilterra. 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>