Cookdown.Licensing.ProductLicenseCookdown Product License

Cookdown.Licensing.ProductLicense (ClassType)

This class holds data on all Cookdown product licenses

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIdf03de05d-633e-7258-f0b5-586df39fda54

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Cookdown.Licensing.ProductLicense:
LicenseId  guid  License Id Unique license key for this specific license true 256   
ManagementGroupName  string  Management Group Name The SCOM Management Group for which this license was issues false 256  False 
Product  string  Product The Cookdown product or products included in this license false 256  False 
ProductId  int  Product Id false 256   
FeatureData  string  Features Data on the features included within the license false 512  False 
ProductSettings  string  Product Settings Data on the configured products included within the license false 2048  False 
ValidUntil  datetime  License Valid Until false 256   
LicenseSchema  int  License Schema Version false 256   
Hashkey  string  License hash false 256  False 

Health Model:

Source Code:

<ClassType ID="Cookdown.Licensing.ProductLicense" Accessibility="Internal" Abstract="false" Base="System!System.Entity" Hosted="false" Singleton="false" Extension="false">
<Property ID="LicenseId" Type="guid" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ManagementGroupName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Product" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ProductId" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="FeatureData" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="512" MinLength="0" Required="false" Scale="0"/>
<Property ID="ProductSettings" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="2048" MinLength="0" Required="false" Scale="0"/>
<Property ID="ValidUntil" Type="datetime"/>
<Property ID="LicenseSchema" Type="int"/>
<Property ID="Hashkey" Type="string" Key="false"/>
</ClassType>