Provance.ITAM.SoftwareLicenseKeySoftware License Key

Provance.ITAM.SoftwareLicenseKey (ClassType)

Defines the basic properties of Software License Key

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbd6d6f5b-c73d-8c5a-6718-d3b2eb29db66

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.ITAM.SoftwareLicenseKey:
Id  string  Software License Key Id Software License Key Id true 256  False  {0} 
Key  string  Key Key false 256  False   
Comments  string  Description Description false 1000  False   
Notes  richtext  Notes Notes false 4000     

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.SoftwareLicenseKey" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.Entity" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" AutoIncrement="true" Key="true" DefaultValue="{0}"/>
<Property ID="Key" Type="string" Required="true"/>
<Property ID="Comments" Type="string" Required="false" MaxLength="1000"/>
<Property ID="Notes" Type="richtext" MaxLength="4000"/>
</ClassType>