System.SoftwareItem软件项

System.SoftwareItem (ClassType)

有关所有可安装的软件的信息

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7aa99c16-83ec-d146-c7bf-f1126bacd057

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) 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.SoftwareItem:
Publisher  string  发布者 发布者 true 256  False     
VersionString  string  版本字符串 版本字符串 true 256  False     
ProductName  string  产品名称 产品名称 true 256  False     
MajorVersion  string  主要版本 主要版本 false 256  False     
MinorVersion  string  次要版本 次要版本 false 256  False     
LocaleID  int  区域设置 ID 区域设置 ID true 256       
IsVirtualApplication  bool  为虚拟应用程序 为虚拟应用程序 true 256       
ProductCode  string  产品代码 特定产品版本的唯一标识符 false 256  False     

Health Model:

Source Code:

<ClassType ID="System.SoftwareItem" Accessibility="Public" Base="System!System.LogicalEntity">
<Property ID="Publisher" Key="true" Type="string"/>
<Property ID="VersionString" Key="true" Type="string"/>
<Property ID="ProductName" Key="true" Type="string"/>
<Property ID="MajorVersion" Type="string"/>
<Property ID="MinorVersion" Type="string"/>
<Property ID="LocaleID" Key="true" Type="int"/>
<Property ID="IsVirtualApplication" Key="true" Type="bool"/>
<Property ID="ProductCode" Type="string"/>
</ClassType>