Cireson.AssetManagement.LicenceLicencja

Cireson.AssetManagement.Licence (ClassType)

Cireson Zarządzanie aktywami - Licencja

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stan obiektu Stan obiektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stan zasobu Stan zasobu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Uwagi Uwagi false 4000       
Cireson.AssetManagement.Licence:
Name  string  Nazwa true 256  False     
Version  string  Wersja false 256  False     
Key  string  Klucz false 4000  False     
ExpiryDate  datetime  Data ważności false 256       
Status  enum  Status false 256      Cireson.AssetManagement.LicenceStatusEnum 
Type  enum  Typ false 256      Cireson.AssetManagement.LicenceTypeEnum 
AllocatedSeats  int  Przydzielone stanowiska false 256       
SeatsRemaining  int  Pozostało stanowisk false 256       
CountAssignedUsers  bool  Liczba przypisanych użytkowników false 256       
CountAssignedComputers  bool  Liczba przypisanych komputerów 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>