Cireson.AssetManagement.LicenceLicense

Cireson.AssetManagement.Licence (ClassType)

Cireson Asset Management License

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0a0d4ce9-7670-a37c-3fba-229b0e522fdf

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       
Cireson.AssetManagement.Licence:
Name  string  Name true 256  False     
Version  string  Version false 256  False     
Key  string  Key false 4000  False     
ExpiryDate  datetime  Expiry Date false 256       
Status  enum  Status false 256      Cireson.AssetManagement.LicenceStatusEnum 
Type  enum  Type false 256      Cireson.AssetManagement.LicenceTypeEnum 
AllocatedSeats  int  Allocated Seats false 256       
SeatsRemaining  int  Seats Remaining false 256       
CountAssignedUsers  bool  Count Assigned Users false 256       
CountAssignedComputers  bool  Count Assigned Computers false 256       

Health Model:

Source Code:

<ClassType ID="Cireson.AssetManagement.Licence" Accessibility="Public" Abstract="false" Base="System!System.ConfigItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="Name" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Version" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Key" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false" Scale="0"/>
<Property ID="ExpiryDate" Type="datetime" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Status" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="Cireson.AssetManagement.LicenceStatusEnum"/>
<Property ID="Type" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="Cireson.AssetManagement.LicenceTypeEnum"/>
<Property ID="AllocatedSeats" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" MinValue="0" MaxValue="2147483647"/>
<Property ID="SeatsRemaining" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" MinValue="-2147483647" MaxValue="2147483647"/>
<Property ID="CountAssignedUsers" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="CountAssignedComputers" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>