The CustomLicense type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CustomLicense |
Initializes a new instance of the CustomLicense class.
|
Methods
Name | Description | |
---|---|---|
Compare | Compares two license functions. (Inherited from License.) | |
Equals |
Compare with another license based on id.
(Inherited from License.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Using base.GetHashCode()
(Inherited from License.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns the name and id of a license.
(Inherited from License.) |
Properties
Name | Description | |
---|---|---|
Description | Gets the localized description of this license.
(Inherited from License.) | |
Id | Gets the globally unique id of this license.
(Inherited from License.) | |
LicensedFunctions | Return a list of all license functions in this class. (Inherited from License.) | |
Name | Gets the localized name of this license.
(Inherited from License.) |
See Also