Provance.Class.ProductLicensingRequirementProduct Licensing Requirement

Provance.Class.ProductLicensingRequirement (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId75aafa37-bd31-833b-8303-da18e88c48e8

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.Class.ProductLicensingRequirement:
ID  string  ID true 256  False  PLR{0}   
Description  string  Description false 2000  False     
LicenseCollection  string  License Collection false 256  False     
LicensingLimitCount  int  Licensing Limit Count false 256     
LicensingLimitMinimum  int  Licensing Limit Minimum false 256     
LicensingLimitUnit  enum  Licensing Limit Unit false 256      Provance.Enumeration.LicensingLimitUnit 
LicensingUnit  enum  Licensing Unit false 256      Provance.Enumeration.LicensingUnit 
Nickname  string  Nickname false 256  False     
Status  enum  Status false 256      Provance.Enumeration.EntityStatus 
TargetCollection  string  Target Collection false 256  False     
TargetCollectionIsInstalled  bool  Target Collection Is Installed false 256    false   

Health Model:

Source Code:

<ClassType ID="Provance.Class.ProductLicensingRequirement" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="PLR{0}"/>
<Property ID="Description" Type="string" MinLength="0" MaxLength="2000" AutoIncrement="false"/>
<Property ID="LicenseCollection" Comment="ID Guid of collection" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="LicensingLimitCount" Type="int" DefaultValue="0"/>
<Property ID="LicensingLimitMinimum" Type="int" DefaultValue="0"/>
<Property ID="LicensingLimitUnit" Type="enum" EnumType="Provance.Enumeration.LicensingLimitUnit"/>
<Property ID="LicensingUnit" Type="enum" EnumType="Provance.Enumeration.LicensingUnit"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Status" Type="enum" EnumType="ProvanceCommon!Provance.Enumeration.EntityStatus"/>
<Property ID="TargetCollection" Comment="ID Guid of collection" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="TargetCollectionIsInstalled" Type="bool" DefaultValue="false"/>
</ClassType>