Provance.Class.SoftwareBundleSoftware Bundle

Provance.Class.SoftwareBundle (ClassType)

A group of products or titles that may be packaged in multiple ways, but can be licensed under a single bundle license.

Element properties:

Base ClassProvance.Class.SoftwareApptitle
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbd29f5f5-2c76-5022-5283-990b4b385374

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.SoftwareApptitle:
Description  richtext  Description false 2000         
Nickname  string  Nickname false 256  False       
Provance.Class.SoftwareBundle:
ID  string  ID true 256  False  SWB{0}     
ApprovalStatus  enum  Approval Status false 256      Provance.Enumeration.ApprovalStatus   
EstimatedCost  decimal  Estimated Cost false 38    0.00   
EstimatedCostCurrency  string  Estimated Cost ISO Currency Code false  False       
Image  binary  Image false 256         
IsProvanceInternal  bool  Is Provance Internal false 256    false     
LicensingCategory  enum  Licensing Category false 256      Provance.Enumeration.LicensingCategory   
ManagementScope  enum  Management Scope false 256      Provance.Enumeration.ManagementScope   

Health Model:

Source Code:

<ClassType ID="Provance.Class.SoftwareBundle" Accessibility="Public" Abstract="false" Base="Provance.Class.SoftwareApptitle" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="SWB{0}"/>
<Property ID="ApprovalStatus" Type="enum" EnumType="ProvanceCommon!Provance.Enumeration.ApprovalStatus"/>
<Property ID="EstimatedCost" Type="decimal" MinLength="3" MaxLength="38" Scale="2" DefaultValue="0.00"/>
<Property ID="EstimatedCostCurrency" Comment="ISO" Type="string" MinLength="0" MaxLength="3" AutoIncrement="false"/>
<Property ID="Image" Type="binary" MinLength="0" MaxLength="256" AutoIncrement="false" CaseSensitive="false" Required="false"/>
<Property ID="IsProvanceInternal" Type="bool" DefaultValue="false"/>
<Property ID="LicensingCategory" Type="enum" EnumType="Provance.Enumeration.LicensingCategory"/>
<Property ID="ManagementScope" Type="enum" EnumType="Provance.Enumeration.ManagementScope"/>
</ClassType>