System.SoftwareItemElementi software

System.SoftwareItem (ClassType)

Informazioni su tutti i software installabili

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
System.SoftwareItem:
Publisher  string  Server di pubblicazione Server di pubblicazione true 256  False     
VersionString  string  Stringa versione Stringa della versione true 256  False     
ProductName  string  Nome prodotto Nome del prodotto true 256  False     
MajorVersion  string  Versione principale Versione principale false 256  False     
MinorVersion  string  Versione secondaria Versione secondaria false 256  False     
LocaleID  int  ID impostazioni locali ID delle impostazioni locali true 256       
IsVirtualApplication  bool  È un'applicazione virtuale È un'applicazione virtuale true 256       
ProductCode  string  Codice prodotto Identificatore univoco per il rilascio di un determinato prodotto 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>