Provance.ProductLicenseЛицензия продукта

Provance.ProductLicense (ClassType)

Element properties:

Base ClassSystem.GlobalSetting
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb336f7ec-eea2-b134-7d49-1df0493679e5

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Отображаемое имя Отображаемое имя объекта. false 4000  False     
Provance.ProductLicense:
LicenseKey  string  Ключ активации Ключ активации true 256  False     
ProductName  string  Имя продукта Имя продукта false 256  False     
ProductVersion  string  Версия продукта Версия продукта false 256  False     
LicenseLevel  enum  Тип лицензии Тип лицензии false 256      LicenseLevel 
ExpirationDate  datetime  Дата истечения срока действия Дата истечения срока действия false 256       
HardwareAssetCount  int  Лицензированное количество Лицензированное количество false 256       
HasAssetManagementPackFeature  bool  AMP AMP false 256    false   
HasAdvancedSoftwareAssetManagementPackFeature  bool  ASAMP ASAMP false 256    false   
Content  binary  Содержимое Содержимое false 256       
ContentSize  int  Размер содержимого Размер содержимого false 256       

Health Model:

Source Code:

<ClassType ID="Provance.ProductLicense" Accessibility="Public" Abstract="false" Base="SystemAdminItemLibrary!System.GlobalSetting" Hosted="false" Singleton="false">
<Property ID="LicenseKey" Type="string" Key="true"/>
<Property ID="ProductName" Type="string"/>
<Property ID="ProductVersion" Type="string"/>
<Property ID="LicenseLevel" Type="enum" EnumType="LicenseLevel"/>
<Property ID="ExpirationDate" Type="datetime"/>
<Property ID="HardwareAssetCount" Type="int"/>
<Property ID="HasAssetManagementPackFeature" Type="bool" DefaultValue="false"/>
<Property ID="HasAdvancedSoftwareAssetManagementPackFeature" Type="bool" DefaultValue="false"/>
<Property ID="Content" Type="binary"/>
<Property ID="ContentSize" Type="int"/>
</ClassType>