Provance.ProvanceProductTitleProvance Product Title

Provance.ProvanceProductTitle (ClassType)

Provance Product Title Class

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIdef266a80-8633-c715-632d-f4c448e765b4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Provance.ProvanceProductTitle:
Id  string  Id Id true 256  False  PPT{0}   
Version  string  Version Licensed Version false 256  False     
Publisher  string  Publisher Publisher false 256  False  Provance   
LicensingPosition  int  Licensing Position Numerical indicator of licensing position. -1=red, 0=yellow, 1=green false 256     
CIServerEntitlementCount  int  CI Server Entitlement Number of CI Server license entitlements false 256     
CIServerCoveredCount  int  CI Server Covered Number of CI Server machines covered by license entitlements false 256     
CIServerUncoveredCount  int  CI Server Uncovered Number of CI Server machines not covered by license entitlements false 256     
CIClientEntitlementCount  int  CI Client Entitlement Number of CI Client license entitlements false 256     
CIClientCoveredCount  int  CI Client Covered Number of CI Client machines covered by license entitlements false 256     
CIClientUncoveredCount  int  CI Client Uncovered Number of CI Client machines not covered by license entitlements false 256     
HardwareServerEntitlementCount  int  Hardware Server Entitlement Number of Hardware Asset Server license entitlements false 256     
HardwareServerCoveredCount  int  Hardware Server Covered Number of Hardware Asset Servers covered by license entitlements false 256     
HardwareServerUncoveredCount  int  Hardware Server Uncovered Number of Hardware Asset Servers not covered by license entitlements false 256     
HardwareClientEntitlementCount  int  Hardware Client Entitlement Number of Hardware Asset Client license entitlements false 256     
HardwareClientCoveredCount  int  Hardware Client Covered Number of Hardware Asset Clients covered by license entitlements false 256     
HardwareClientUncoveredCount  int  Hardware Client Uncovered Number of Hardware Asset Clients not covered by license entitlements false 256     
UserEntitlementCount  int  User Entitlement Number of User license entitlements false 256     
UserCoveredCount  int  User Covered Number of Users covered by license entitlements false 256     
UserUncoveredCount  int  User Uncovered Number of Users not covered by license entitlements false 256     

Health Model:

Source Code:

<ClassType ID="Provance.ProvanceProductTitle" Accessibility="Internal" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" AutoIncrement="true" Key="true" DefaultValue="PPT{0}"/>
<Property ID="Version" Type="string"/>
<Property ID="Publisher" Type="string" DefaultValue="Provance"/>
<Property ID="LicensingPosition" Type="int" DefaultValue="0"/>
<Property ID="CIServerEntitlementCount" Type="int" DefaultValue="0"/>
<Property ID="CIServerCoveredCount" Type="int" DefaultValue="0"/>
<Property ID="CIServerUncoveredCount" Type="int" DefaultValue="0"/>
<Property ID="CIClientEntitlementCount" Type="int" DefaultValue="0"/>
<Property ID="CIClientCoveredCount" Type="int" DefaultValue="0"/>
<Property ID="CIClientUncoveredCount" Type="int" DefaultValue="0"/>
<Property ID="HardwareServerEntitlementCount" Type="int" DefaultValue="0"/>
<Property ID="HardwareServerCoveredCount" Type="int" DefaultValue="0"/>
<Property ID="HardwareServerUncoveredCount" Type="int" DefaultValue="0"/>
<Property ID="HardwareClientEntitlementCount" Type="int" DefaultValue="0"/>
<Property ID="HardwareClientCoveredCount" Type="int" DefaultValue="0"/>
<Property ID="HardwareClientUncoveredCount" Type="int" DefaultValue="0"/>
<Property ID="UserEntitlementCount" Type="int" DefaultValue="0"/>
<Property ID="UserCoveredCount" Type="int" DefaultValue="0"/>
<Property ID="UserUncoveredCount" Type="int" DefaultValue="0"/>
</ClassType>