Class Product
Inheritance
System.Object
Product
Namespace: Telerik.Licensing.Model
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class Product
Constructors
Product(Boolean, String, DateTime)
Declaration
public Product(bool trial, string code, DateTime licenseExpirationDate)
Parameters
System.
|
System.
|
System.
|
Properties
IsTrial
Declaration
public bool IsTrial { get; }
Property Value
System.
|
LicenseExpirationDate
Declaration
public DateTime LicenseExpirationDate { get; }
Property Value
System.
|
ProductCode
Declaration
public string ProductCode { get; }
Property Value
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
System.Object.GetHashCode()