Licensee

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Represents the licensee information associated with the license. This class cannot be inherited.

public sealed class Licensee

Inheritance

objectLicensee

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

NameDescription

other Licensee

The Licensee object to copy.

Exceptions

NameDescription

Thrown when the parameter other to copy is null.

Properties

Company

Gets or sets the licensee company.

public string Company { get; set; }

Property Value

string

ContactInfo

Gets or sets licensee contact information.

public string ContactInfo { get; set; }

Property Value

string

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

string

Name

Gets or sets the licensee name.

public string Name { get; set; }

Property Value

string

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

string

Last updated