GetCustomerLicensesByCodeRequest

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

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

Inheritance

objectGetCustomerLicensesByCodeRequest

Implements

IMessage<GetCustomerLicensesByCodeRequest>, IEquatable<GetCustomerLicensesByCodeRequest>, IDeepCloneable<GetCustomerLicensesByCodeRequest>, IBufferMessage, IMessage

Inherited Members

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

Constructors

GetCustomerLicensesByCodeRequest()

public GetCustomerLicensesByCodeRequest()

GetCustomerLicensesByCodeRequest(GetCustomerLicensesByCodeRequest)

public GetCustomerLicensesByCodeRequest(GetCustomerLicensesByCodeRequest other)

Parameters

Fields

CustomerCodeFieldNumber

Field number for the "customer_code" field.

public const int CustomerCodeFieldNumber = 1

Field Value

int

Properties

CustomerCode

public string CustomerCode { get; set; }

Property Value

string

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Parser

public static MessageParser<GetCustomerLicensesByCodeRequest> Parser { get; }

Property Value

MessageParser<GetCustomerLicensesByCodeRequest>

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public GetCustomerLicensesByCodeRequest Clone()

Returns

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(GetCustomerLicensesByCodeRequest)

public bool Equals(GetCustomerLicensesByCodeRequest other)

Parameters

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(GetCustomerLicensesByCodeRequest)

public void MergeFrom(GetCustomerLicensesByCodeRequest other)

Parameters

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