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