Class License
- Namespace
- Dynamicweb.Security.Licensing
- Assembly
- Dynamicweb.Security.dll
This file contains the information of what a license entails.
[Serializable]
public class License : IComparable<License>
- Inheritance
-
License
- Implements
- Inherited Members
Constructors
License()
public License()
- See Also
-
IComparable<T>
Properties
CreatedBy
public string CreatedBy { get; set; }
Property Value
- See Also
-
IComparable<T>
CreatedDate
public DateTime CreatedDate { get; set; }
Property Value
- See Also
-
IComparable<T>
ExpirationDate
public DateTime ExpirationDate { get; set; }
Property Value
- See Also
-
IComparable<T>
FeatureList
public List<string> FeatureList { get; set; }
Property Value
- See Also
-
IComparable<T>
InstallationId
public string InstallationId { get; set; }
Property Value
- See Also
-
IComparable<T>
ItemList
public List<string> ItemList { get; set; }
Property Value
- See Also
-
IComparable<T>
LastUpdatedDate
public DateTime LastUpdatedDate { get; set; }
Property Value
- See Also
-
IComparable<T>
LicenseHolderC5Id
public string LicenseHolderC5Id { get; set; }
Property Value
- See Also
-
IComparable<T>
LicenseHolderCompanyName
public string LicenseHolderCompanyName { get; set; }
Property Value
- See Also
-
IComparable<T>
LicenseId
public string LicenseId { get; set; }
Property Value
- See Also
-
IComparable<T>
LicensePartnerC5Id
public string LicensePartnerC5Id { get; set; }
Property Value
- See Also
-
IComparable<T>
LicensePartnerName
public string LicensePartnerName { get; set; }
Property Value
- See Also
-
IComparable<T>
LicenseStale
public bool LicenseStale { get; set; }
Property Value
- See Also
-
IComparable<T>
LicenseStatus
public string LicenseStatus { get; set; }
Property Value
- See Also
-
IComparable<T>
LicenseType
public string LicenseType { get; set; }
Property Value
- See Also
-
IComparable<T>
MaxChannels
public int MaxChannels { get; set; }
Property Value
- See Also
-
IComparable<T>
MaxCountries
public int MaxCountries { get; set; }
Property Value
- See Also
-
IComparable<T>
MaxItems
public int MaxItems { get; set; }
Property Value
- See Also
-
IComparable<T>
MaxOrders
public int MaxOrders { get; set; }
Property Value
- See Also
-
IComparable<T>
MaxPages
public int MaxPages { get; set; }
Property Value
- See Also
-
IComparable<T>
MaxProducts
public int MaxProducts { get; set; }
Property Value
- See Also
-
IComparable<T>
MaxRecipients
public int MaxRecipients { get; set; }
Property Value
- See Also
-
IComparable<T>
MaxShops
public int MaxShops { get; set; }
Property Value
- See Also
-
IComparable<T>
MaxWebsites
public int MaxWebsites { get; set; }
Property Value
- See Also
-
IComparable<T>
Name
public string Name { get; set; }
Property Value
- See Also
-
IComparable<T>
SolutionId
public string SolutionId { get; set; }
Property Value
- See Also
-
IComparable<T>
Methods
CompareTo(License)
public int CompareTo(License other)
Parameters
other
License
Returns
- See Also
-
IComparable<T>
Equals(License)
public bool Equals(License other)
Parameters
other
License
Returns
- See Also
-
IComparable<T>
IsTrial()
Indicates if the current license is a trial
public bool IsTrial()
Returns
- See Also
-
IComparable<T>
See Also
IComparable<T>