Provance.ITAM.LicensingPathLicensing Path

Provance.ITAM.LicensingPath (ClassType)

Class representing the path between a license and its target Software Version

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId24dccce8-657f-3571-fbbb-687a7feeac0d

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.ITAM.LicensingPath:
Id  string      true 256  False  {0}   
LicenseCount  int      false 256     
SourceSoftwareTitle  string      false 256  False     
SourceSoftwareVersion  string      false 256  False     
TargetSoftwareTitle  string      false 256  False     
TargetSoftwareVersion  string      false 256  False     
PathType  enum      false 256      PathType 

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.LicensingPath" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" AutoIncrement="true" Key="true" DefaultValue="{0}"/>
<Property ID="LicenseCount" Type="int" DefaultValue="0"/>
<Property ID="SourceSoftwareTitle" Type="string"/>
<Property ID="SourceSoftwareVersion" Type="string"/>
<Property ID="TargetSoftwareTitle" Type="string"/>
<Property ID="TargetSoftwareVersion" Type="string"/>
<Property ID="PathType" Type="enum" EnumType="PathType"/>
</ClassType>