Licensee

Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll

public sealed class Licensee : IMessage<Licensee>, IEquatable<Licensee>, IDeepCloneable<Licensee>, IBufferMessage, IMessage

Inheritance

objectLicensee

Implements

IMessage<Licensee>, IEquatable<Licensee>, IDeepCloneable<Licensee>, IBufferMessage, IMessage

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

Licensee()

public Licensee()

Licensee(Licensee)

public Licensee(Licensee other)

Parameters

NameDescription

other Licensee

Fields

CompanyFieldNumber

Field number for the "company" field.

public const int CompanyFieldNumber = 2

Field Value

int

ContactInfoFieldNumber

Field number for the "contact_info" field.

public const int ContactInfoFieldNumber = 3

Field Value

int

NameFieldNumber

Field number for the "name" field.

public const int NameFieldNumber = 1

Field Value

int

UrlFieldNumber

Field number for the "url" field.

public const int UrlFieldNumber = 4

Field Value

int

Properties

Company

public string Company { get; set; }

Property Value

string

ContactInfo

public string ContactInfo { get; set; }

Property Value

string

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Name

public string Name { get; set; }

Property Value

string

Parser

public static MessageParser<Licensee> Parser { get; }

Property Value

MessageParser<Licensee>

Url

public string Url { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public Licensee Clone()

Returns

NameDescription

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(Licensee)

public bool Equals(Licensee other)

Parameters

NameDescription

other Licensee

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(Licensee)

public void MergeFrom(Licensee other)

Parameters

NameDescription

other Licensee

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)

Parameters

NameDescription

input CodedInputStream

ToString()

public override string ToString()

Returns

NameDescription

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)

Parameters

NameDescription

output CodedOutputStream

Last updated