Provance.Class.BFA.TitleLicensingPositionBFA Title Licensing Position

Provance.Class.BFA.TitleLicensingPosition (ClassType)

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId99d98d19-b7ce-0b3c-e9f6-66fd97683432

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Provance.Class.BFA.TitleLicensingPosition:
SoftwareTitleGuid  guid  Software Title Guid true 256     
AssignmentCount  int      false 256   
BatchId  int  Batch Id false 256     
EntitlementsAvailable  int  Entitlements Available false 256   
EntitlementsRemaining  int  Entitlements Remaining false 256   
InstallsCovered  int  Installs Covered false 256   
InstallsExcluded  int  Installs Excluded false 256   
InstallsNormalized  int  Installs Normalized false 256   
InstallsNotCovered  int  Installs Not Covered false 256   
LicensingPositionIndicatorId  int  Licensing Position Indicator Id false 256     
LicensingPositionPercentage  int  Licensing Position Percentage false 256     
TimeStamp  datetime  Time Stamp false 256     
TitleLicensingPositionId  int  Title Licensing Position Id false 256     

Health Model:

Source Code:

<ClassType ID="Provance.Class.BFA.TitleLicensingPosition" Accessibility="Public" Abstract="false" Base="AdminItem!System.AdminItem" Hosted="false" Singleton="false">
<Property ID="SoftwareTitleGuid" Type="guid" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true" Scale="0"/>
<Property ID="AssignmentCount" Type="int" DefaultValue="0"/>
<Property ID="BatchId" Type="int" Required="true"/>
<Property ID="EntitlementsAvailable" Type="int" DefaultValue="0" Comment="For Titles, the total number of base licenses."/>
<Property ID="EntitlementsRemaining" Type="int" DefaultValue="0" Comment="The number of base licenses remaining."/>
<Property ID="InstallsCovered" Type="int" DefaultValue="0"/>
<Property ID="InstallsExcluded" Type="int" DefaultValue="0"/>
<Property ID="InstallsNormalized" Type="int" DefaultValue="0" Comment="Unique installation quantity."/>
<Property ID="InstallsNotCovered" Type="int" DefaultValue="0"/>
<Property ID="LicensingPositionIndicatorId" Type="int" Required="true" Comment="Accepted Values: -1(Red), 0(Yellow), 1(Green)"/>
<Property ID="LicensingPositionPercentage" Type="int" Required="true"/>
<Property ID="TimeStamp" Type="datetime" Required="true"/>
<Property ID="TitleLicensingPositionId" Type="int" Key="false" AutoIncrement="false"/>
</ClassType>