System.OperatingSystem.MobileOperating system (mobile)

System.OperatingSystem.Mobile (ClassType)

Defines the basic properties of mobile operating systems

Element properties:

Base ClassSystem.OperatingSystem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba87a4b0-4621-3b39-1c1e-cbda8a5a8922

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.OperatingSystem.Mobile:
Name  string  Name Name of the mobile operating system true 1024  False     
Version  string  Version Version of the mobile operating system true 256  False     
Language  string  Language Language of the mobile operating system true 256  False     
Publisher  string  Publisher Publisher of the mobile operating system false 1024  False     

Health Model:

Source Code:

<ClassType ID="System.OperatingSystem.Mobile" Base="System.OperatingSystem" Accessibility="Public" Hosted="false">
<Property ID="Name" Type="string" Key="true" MaxLength="1024"/>
<Property ID="Version" Type="string" Key="true" MaxLength="256"/>
<Property ID="Language" Type="string" Key="true" MaxLength="256"/>
<Property ID="Publisher" Type="string" MaxLength="1024"/>
</ClassType>