Provance.Class.SoftwareLicensePurchaseSoftware License Purchase

Provance.Class.SoftwareLicensePurchase (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdaf31563d-89a7-526e-d147-515439c52ebc

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType Scale
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.SoftwareLicensePurchase:
ID  string  ID true 256  False  SLP{0}     
ActivationDate  datetime  Activation Date false 256         
AssignmentOnly  bool  Assignment Only false 256    false     
Cost  decimal  Cost false 38    0.00   
CostCurrency  string  Cost ISO Currency Code false  False       
Description  richtext  Description false 2000         
ExpirationDate  datetime  Expiration Date false 256         
Nickname  string  Nickname false 256  False       
Quantity  int  Quantity false 256       
SerialNumber  string  Serial Number false 256  False       
TargetCollection  string  Target Collection false 256  False       

Health Model:

Source Code:

<ClassType ID="Provance.Class.SoftwareLicensePurchase" 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="SLP{0}"/>
<Property ID="ActivationDate" Type="datetime"/>
<Property ID="AssignmentOnly" Type="bool" DefaultValue="false"/>
<Property ID="Cost" Type="decimal" MinLength="3" MaxLength="38" Scale="2" DefaultValue="0.00"/>
<Property ID="CostCurrency" Comment="ISO" Type="string" MinLength="0" MaxLength="3" AutoIncrement="false"/>
<Property ID="Description" Type="richtext" MinLength="0" MaxLength="2000" AutoIncrement="false"/>
<Property ID="ExpirationDate" Type="datetime"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Quantity" Type="int" DefaultValue="0"/>
<Property ID="SerialNumber" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="TargetCollection" Comment="ID Guid of collection" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
</ClassType>