Provance.Class.SoftwareManagementProfileSoftware Management Profile

Provance.Class.SoftwareManagementProfile (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIdc7d2d3a9-3dae-5fcb-bc4e-4833c1cb5049

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.SoftwareManagementProfile:
ID  string  ID true 256  False  SMP{0}   
AllocatonTargetType  int  Allocaton Target Type false 256     
Description  string  Description false 2000  False     
IsLicenseCountAllocation  bool  Is License Count Allocation false 256    false   
Nickname  string  Nickname false 256  False     

Health Model:

Source Code:

<ClassType ID="Provance.Class.SoftwareManagementProfile" Accessibility="Internal" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="SMP{0}"/>
<Property ID="AllocatonTargetType" Type="int" DefaultValue="0" Comment="Allowed values 0=Location; 1=Organization; 2=Cost Center"/>
<Property ID="Description" Type="string" MinLength="0" MaxLength="2000" AutoIncrement="false"/>
<Property ID="IsLicenseCountAllocation" Type="bool" DefaultValue="false"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
</ClassType>