System.MobileDevice行動裝置

System.MobileDevice (ClassType)

定義所有行動裝置的基本內容

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
System.MobileDevice:
Id  string  識別碼 行動裝置的識別碼 true 256  False     
DeviceImei  string  裝置 Imei 裝置 Imei false 256  False     
DeviceOS  string  裝置 OS 裝置 OS false 64  False     
DevicePhoneNumber  string  裝置電話號碼 裝置電話號碼 false 32  False     
DeviceMobileOperator  string  裝置行動電信業者 裝置行動電信業者 false 256  False     
DeviceModel  string  裝置型號 裝置型號 false 64  False     
ExchangeServer  string  Exchange Server Exchange Server false 256  False     
DeviceManufacturer  string  裝置製造商 裝置製造商 false 255  False     
FirmwareVersion  string  韌體版本 韌體版本 false 255  False     
HardwareVersion  string  硬體版本 硬體版本 false 255  False     
OEM  string  OEM OEM false 255  False     
ProcessorType  string  處理器類型 處理器類型 false 255  False     
HorizontalResolution  int  水平解析度 水平解析度 false 256       
VerticalResolution  int  垂直解析度 垂直解析度 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>