System.MobileDeviceMobiel apparaat

System.MobileDevice (ClassType)

Hiermee worden de basiseigenschappen gedefinieerd van alle mobiele apparaten

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Weergavenaam Weergavenaam van het object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objectstatus Objectstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Activumstatus Activumstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notities Notities false 4000       
System.MobileDevice:
Id  string  Id Id van het mobiele apparaat true 256  False     
DeviceImei  string  Imei-nummer apparaat Imei-nummer apparaat false 256  False     
DeviceOS  string  Besturingssysteem apparaat Besturingssysteem apparaat false 64  False     
DevicePhoneNumber  string  Telefoonnummer apparaat Telefoonnummer apparaat false 32  False     
DeviceMobileOperator  string  Mobiele operator apparaat Mobiele operator apparaat false 256  False     
DeviceModel  string  Apparaatmodel Apparaatmodel false 64  False     
ExchangeServer  string  Exchange Server Exchange Server false 256  False     
DeviceManufacturer  string  Apparaatfabrikant Apparaatfabrikant false 255  False     
FirmwareVersion  string  Firmwareversie Firmwareversie false 255  False     
HardwareVersion  string  Hardwareversie Hardwareversie false 255  False     
OEM  string  OEM OEM false 255  False     
ProcessorType  string  Type processor Type processor false 255  False     
HorizontalResolution  int  Horizontale resolutie Horizontale resolutie false 256       
VerticalResolution  int  Verticale resolutie Verticale resolutie 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>