Licensee
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the licensee information associated with the license. This class cannot be inherited.
public sealed class LicenseeInheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Licensee()
Default constructor.
public Licensee()Licensee(Licensee)
Copy constructor.
public Licensee(Licensee other)Parameters
Name
Description
other Licensee
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.
public string Company { get; set; }Property Value
ContactInfo
Gets or sets licensee contact information.
public string ContactInfo { get; set; }Property Value
Data
Gets or sets additional licensee data.
public byte[] Data { get; set; }Property Value
byte[]
Id
Gets or sets the licensee identifier.
public string Id { get; set; }Property Value
Name
Gets or sets the licensee name.
public string Name { get; set; }Property Value
Url
Gets or sets the URL information associated with the licensee. This can be the licensee company URL.
public string Url { get; set; }Property Value
Last updated