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 (KOR) Description (KOR) 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>