ValidateLicenseRequest
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
public sealed class ValidateLicenseRequest : IMessage<ValidateLicenseRequest>, IEquatable<ValidateLicenseRequest>, IDeepCloneable<ValidateLicenseRequest>, IBufferMessage, IMessageInheritance
object ← ValidateLicenseRequest
Implements
IMessage<ValidateLicenseRequest>, IEquatable<ValidateLicenseRequest>, IDeepCloneable<ValidateLicenseRequest>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ValidateLicenseRequest()
public ValidateLicenseRequest()ValidateLicenseRequest(ValidateLicenseRequest)
public ValidateLicenseRequest(ValidateLicenseRequest other)Parameters
other ValidateLicenseRequest
Fields
ClientIdFieldNumber
Field number for the "client_id" field.
public const int ClientIdFieldNumber = 3Field Value
ClientNameFieldNumber
Field number for the "client_name" field.
public const int ClientNameFieldNumber = 4Field Value
MachineIdFieldNumber
Field number for the "machine_id" field.
public const int MachineIdFieldNumber = 2Field Value
UserKeyFieldNumber
Field number for the "user_key" field.
public const int UserKeyFieldNumber = 1Field Value
Properties
ClientId
public string ClientId { get; set; }Property Value
ClientName
public string ClientName { get; set; }Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }Property Value
MessageDescriptor
MachineId
public string MachineId { get; set; }Property Value
Parser
public static MessageParser<ValidateLicenseRequest> Parser { get; }Property Value
MessageParser<ValidateLicenseRequest>
UserKey
public string UserKey { get; set; }Property Value
Methods
CalculateSize()
public int CalculateSize()Returns
Clone()
public ValidateLicenseRequest Clone()Returns
Equals(object)
public override bool Equals(object other)Parameters
other object
Returns
Equals(ValidateLicenseRequest)
public bool Equals(ValidateLicenseRequest other)Parameters
other ValidateLicenseRequest
Returns
GetHashCode()
public override int GetHashCode()Returns
MergeFrom(ValidateLicenseRequest)
public void MergeFrom(ValidateLicenseRequest other)Parameters
other ValidateLicenseRequest
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)Parameters
input CodedInputStream
ToString()
public override string ToString()Returns
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)Parameters
output CodedOutputStream
Last updated