System.SoftwareItemItens de Software

System.SoftwareItem (ClassType)

Informações sobre todos os softwares instanciáveis

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.SoftwareItem:
Publisher  string  Editor Editor true 256  False     
VersionString  string  Cadeia de Versão Cadeia de Versão true 256  False     
ProductName  string  Nome do Produto Nome do Produto true 256  False     
MajorVersion  string  Versão Principal Versão Principal false 256  False     
MinorVersion  string  Versão Secundária Versão Secundária false 256  False     
LocaleID  int  ID da Localidade ID da Localidade true 256       
IsVirtualApplication  bool  É Aplicativo Virtual É Aplicativo Virtual true 256       
ProductCode  string  Código do Produto Identificador exclusivo para o lançamento de um produto específico 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>