Provance.Class.SoftwareSupportPurchaseSoftware Support Purchase

Provance.Class.SoftwareSupportPurchase (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd0e01668-61ba-5bd7-58d9-c5e30a30ce1f

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.SoftwareSupportPurchase:
ID  string  ID true 256  False  SSP{0}     
ActivationDate  datetime  Activation Date false 256         
Cost  decimal  Cost false 38    0.00   
CostCurrency  string  Cost ISO Currency Code false  False       
ExpirationDate  datetime  Expiration Date false 256         
Nickname  string  Nickname false 256  False       
Quantity  int  Quantity false 256       

Health Model:

Source Code:

<ClassType ID="Provance.Class.SoftwareSupportPurchase" 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="SSP{0}"/>
<Property ID="ActivationDate" Type="datetime"/>
<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="ExpirationDate" Type="datetime"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Quantity" Type="int" DefaultValue="0"/>
</ClassType>