DeactivateLicenseRequest

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

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

Inheritance

objectDeactivateLicenseRequest

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

Name
Description

Fields

ClientIdFieldNumber

Field number for the "client_id" field.

public const int ClientIdFieldNumber = 3

Field Value

int

ClientNameFieldNumber

Field number for the "client_name" field.

public const int ClientNameFieldNumber = 4

Field Value

int

MachineIdFieldNumber

Field number for the "machine_id" field.

public const int MachineIdFieldNumber = 2

Field Value

int

UserKeyFieldNumber

Field number for the "user_key" field.

public const int UserKeyFieldNumber = 1

Field Value

int

Properties

ClientId

public string ClientId { get; set; }

Property Value

string

ClientName

public string ClientName { get; set; }

Property Value

string

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

MachineId

public string MachineId { get; set; }

Property Value

string

Parser

public static MessageParser<DeactivateLicenseRequest> Parser { get; }

Property Value

MessageParser<DeactivateLicenseRequest>

UserKey

public string UserKey { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

Name
Description

Clone()

public DeactivateLicenseRequest Clone()

Returns

Equals(object)

public override bool Equals(object other)

Parameters

Name
Description

other object

Returns

Name
Description

Equals(DeactivateLicenseRequest)

public bool Equals(DeactivateLicenseRequest other)

Parameters

Name
Description

Returns

Name
Description

GetHashCode()

public override int GetHashCode()

Returns

Name
Description

MergeFrom(DeactivateLicenseRequest)

public void MergeFrom(DeactivateLicenseRequest other)

Parameters

Name
Description

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)

Parameters

Name
Description

input CodedInputStream

ToString()

public override string ToString()

Returns

Name
Description

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)

Parameters

Name
Description

output CodedOutputStream

Last updated