Provance.Class.SoftwareLicenseKeySoftware License Key

Provance.Class.SoftwareLicenseKey (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2d97443b-c9a4-6f05-7d1b-6f43360dfd80

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.SoftwareLicenseKey:
ID  string  ID true 256  False  SLK{0} 
KeyValue  string  Key Value false 256  False   
Notes  richtext  Notes false 4000     

Health Model:

Source Code:

<ClassType ID="Provance.Class.SoftwareLicenseKey" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.Entity" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="SLK{0}"/>
<Property ID="KeyValue" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Notes" Type="richtext" MinLength="0" MaxLength="4000" AutoIncrement="false"/>
</ClassType>