DeactivateLicenseRequest
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
public sealed class DeactivateLicenseRequest : IMessage<DeactivateLicenseRequest>, IEquatable<DeactivateLicenseRequest>, IDeepCloneable<DeactivateLicenseRequest>, IBufferMessage, IMessageInheritance
object ← DeactivateLicenseRequest
Implements
IMessage<DeactivateLicenseRequest>, IEquatable<DeactivateLicenseRequest>, IDeepCloneable<DeactivateLicenseRequest>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DeactivateLicenseRequest()
public DeactivateLicenseRequest()DeactivateLicenseRequest(DeactivateLicenseRequest)
public DeactivateLicenseRequest(DeactivateLicenseRequest other)Parameters
other DeactivateLicenseRequest
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<DeactivateLicenseRequest> Parser { get; }Property Value
MessageParser<DeactivateLicenseRequest>
UserKey
public string UserKey { get; set; }Property Value
Methods
CalculateSize()
public int CalculateSize()Returns
Clone()
public DeactivateLicenseRequest Clone()Returns
Equals(object)
public override bool Equals(object other)Parameters
other object
Returns
Equals(DeactivateLicenseRequest)
public bool Equals(DeactivateLicenseRequest other)Parameters
other DeactivateLicenseRequest
Returns
GetHashCode()
public override int GetHashCode()Returns
MergeFrom(DeactivateLicenseRequest)
public void MergeFrom(DeactivateLicenseRequest other)Parameters
other DeactivateLicenseRequest
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