Licensee
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the licensee information associated with the license. This class cannot be inherited.
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Licensee()
Default constructor.
Licensee(Licensee)
Copy constructor.
Parameters
Name
Description
The Licensee object to copy.
Exceptions
Name
Description
Thrown when the parameter other to copy is null.
Properties
Company
Gets or sets the licensee company.
Property Value
ContactInfo
Gets or sets licensee contact information.
Property Value
Data
Gets or sets additional licensee data.
Property Value
byte[]
Id
Gets or sets the licensee identifier.
Property Value
Name
Gets or sets the licensee name.
Property Value
Url
Gets or sets the URL information associated with the licensee. This can be the licensee company URL.
Property Value
Last updated