Provance.Class.SkuSku

Provance.Class.Sku (ClassType)

Element properties:

Base ClassProvance.Class.SkuBase
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdeffbd45d-8b3e-d8f0-c95d-ac344121cc94

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.Class.SkuBase:
Description  richtext  Description false 2000       
Status  enum  Status false 256      Provance.Enumeration.EntityStatus 
Provance.Class.Sku:
ID  string  ID true 256  False  SKU{0}   
CanHaveLicensePurchase  bool  Can Have License Purchase false 256    false   
CanHaveSupportPurchase  bool  Can Have Support Purchase false 256    false   
DesignatedUse  enum  Designated Use false 256      Provance.Enumeration.DesignatedUse 
IsMultiUseKey  bool  Is Multi Use Key false 256    false   
LicenseType  enum  License Type false 256      Provance.Enumeration.LicenseType 
LicensingChannel  enum  Licensing Channel false 256      Provance.Enumeration.LicensingChannel 
LicensingModel  enum  Licensing Model false 256      Provance.Enumeration.LicensingModel 
LicensingProgram  enum  Licensing Program false 256      Provance.Enumeration.LicensingProgram 
Nickname  string  Nickname false 256  False     
Quantity  int  Quantity false 256     
TitleCoverageCollection  string  Title Coverage Collection false 256  False     
UseOnlyWhenAssigned  bool  Use Only When Assigned false 256    false   

Health Model:

Source Code:

<ClassType ID="Provance.Class.Sku" Accessibility="Public" Abstract="false" Base="ProvanceCommon!Provance.Class.SkuBase" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="SKU{0}"/>
<Property ID="CanHaveLicensePurchase" Type="bool" DefaultValue="false"/>
<Property ID="CanHaveSupportPurchase" Type="bool" DefaultValue="false"/>
<Property ID="DesignatedUse" Type="enum" EnumType="Provance.Enumeration.DesignatedUse"/>
<Property ID="IsMultiUseKey" Type="bool" DefaultValue="false"/>
<Property ID="LicenseType" Type="enum" EnumType="Provance.Enumeration.LicenseType"/>
<Property ID="LicensingChannel" Type="enum" EnumType="Provance.Enumeration.LicensingChannel"/>
<Property ID="LicensingModel" Type="enum" EnumType="Provance.Enumeration.LicensingModel"/>
<Property ID="LicensingProgram" Type="enum" EnumType="Provance.Enumeration.LicensingProgram"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Quantity" Type="int" DefaultValue="0"/>
<Property ID="TitleCoverageCollection" Comment="ID Guid of collection" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="UseOnlyWhenAssigned" Type="bool" DefaultValue="false"/>
</ClassType>