System.SoftwareItemElementos de software

System.SoftwareItem (ClassType)

Información acerca de todo el software instalable

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.SoftwareItem:
Publisher  string  Publicador Publicador true 256  False     
VersionString  string  Cadena de versión Cadena de versión true 256  False     
ProductName  string  Nombre de producto Nombre de producto true 256  False     
MajorVersion  string  Versión principal Versión principal false 256  False     
MinorVersion  string  Versión secundaria Versión secundaria false 256  False     
LocaleID  int  Identificador de configuración regional Identificador de configuración regional true 256       
IsVirtualApplication  bool  Es aplicación virtual Es aplicación virtual true 256       
ProductCode  string  Código de producto Identificador único para una versión de producto en particular 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>