Provance.ProductLicenseProduct License

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 (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     
Provance.ProductLicense:
LicenseKey  string  Activation Key Activation Key true 256  False     
ProductName  string  Product Name Product Name false 256  False     
ProductVersion  string  Product Version Product Version false 256  False     
LicenseLevel  enum  License Type License Type false 256      LicenseLevel 
ExpirationDate  datetime  Expiration Date Expiration Date false 256       
HardwareAssetCount  int  Licensed Quantity Licensed Quantity false 256       
HasAssetManagementPackFeature  bool  AMP AMP false 256    false   
HasAdvancedSoftwareAssetManagementPackFeature  bool  ASAMP ASAMP false 256    false   
Content  binary  Content Content false 256       
ContentSize  int  Content Size Content Size 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>