Licensee
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
Inheritance
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()
Licensee(Licensee)
Parameters
Name
Description
Fields
CompanyFieldNumber
Field number for the "company" field.
Field Value
ContactInfoFieldNumber
Field number for the "contact_info" field.
Field Value
NameFieldNumber
Field number for the "name" field.
Field Value
UrlFieldNumber
Field number for the "url" field.
Field Value
Properties
Company
Property Value
ContactInfo
Property Value
Descriptor
Property Value
MessageDescriptor
Name
Property Value
Parser
Property Value
MessageParser<Licensee>
Url
Property Value
Methods
CalculateSize()
Returns
Name
Description
Clone()
Returns
Name
Description
Equals(object)
Parameters
Name
Description
Returns
Name
Description
Equals(Licensee)
Parameters
Name
Description
Returns
Name
Description
GetHashCode()
Returns
Name
Description
MergeFrom(Licensee)
Parameters
Name
Description
MergeFrom(CodedInputStream)
Parameters
Name
Description
input
CodedInputStream
ToString()
Returns
Name
Description
WriteTo(CodedOutputStream)
Parameters
Name
Description
output
CodedOutputStream
Last updated