System.MobileDeviceDispositivo mobile

System.MobileDevice (ClassType)

Definisce le proprietà di base di tutti i dispositivi mobili

Element properties:

Base ClassSystem.Computer
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId43372424-af1a-9222-b661-3d2bd5dec0b7

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.MobileDevice:
Id  string  ID ID del dispositivo mobile true 256  False     
DeviceImei  string  Imei dispositivo Imei dispositivo false 256  False     
DeviceOS  string  Sistema operativo dispositivo Sistema operativo dispositivo false 64  False     
DevicePhoneNumber  string  Numero di telefono del dispositivo Numero di telefono del dispositivo false 32  False     
DeviceMobileOperator  string  Operatore dispositivo mobile Operatore dispositivo mobile false 256  False     
DeviceModel  string  Modello dispositivo Modello dispositivo false 64  False     
ExchangeServer  string  Exchange Server Exchange Server false 256  False     
DeviceManufacturer  string  Produttore del dispositivo Produttore del dispositivo false 255  False     
FirmwareVersion  string  Versione firmware Versione firmware false 255  False     
HardwareVersion  string  Versione hardware Versione hardware false 255  False     
OEM  string  OEM OEM false 255  False     
ProcessorType  string  Tipo di processore Tipo di processore false 255  False     
HorizontalResolution  int  Risoluzione orizzontale Risoluzione orizzontale false 256       
VerticalResolution  int  Risoluzione verticale Risoluzione verticale false 256       

Health Model:

Source Code:

<ClassType ID="System.MobileDevice" Base="System.Computer" Abstract="true" Accessibility="Public" Hosted="false">
<Property ID="Id" Type="string" Key="true"/>
<Property ID="DeviceImei" Type="string" MaxLength="256"/>
<Property ID="DeviceOS" Type="string" MaxLength="64"/>
<Property ID="DevicePhoneNumber" Type="string" MaxLength="32"/>
<Property ID="DeviceMobileOperator" Type="string" MaxLength="256"/>
<Property ID="DeviceModel" Type="string" MaxLength="64"/>
<Property ID="ExchangeServer" Type="string" MaxLength="256"/>
<Property ID="DeviceManufacturer" Type="string" MaxLength="255"/>
<Property ID="FirmwareVersion" Type="string" MaxLength="255"/>
<Property ID="HardwareVersion" Type="string" MaxLength="255"/>
<Property ID="OEM" Type="string" MaxLength="255"/>
<Property ID="ProcessorType" Type="string" MaxLength="255"/>
<Property ID="HorizontalResolution" Type="int"/>
<Property ID="VerticalResolution" Type="int"/>
</ClassType>