GetCustomerProductsByCodeRequest

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

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

Inheritance

objectGetCustomerProductsByCodeRequest

Implements

IMessage<GetCustomerProductsByCodeRequest>, IEquatable<GetCustomerProductsByCodeRequest>, IDeepCloneable<GetCustomerProductsByCodeRequest>, IBufferMessage, IMessage

Inherited Members

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

Constructors

GetCustomerProductsByCodeRequest()

public GetCustomerProductsByCodeRequest()

GetCustomerProductsByCodeRequest(GetCustomerProductsByCodeRequest)

public GetCustomerProductsByCodeRequest(GetCustomerProductsByCodeRequest 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<GetCustomerProductsByCodeRequest> Parser { get; }

Property Value

MessageParser<GetCustomerProductsByCodeRequest>

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public GetCustomerProductsByCodeRequest Clone()

Returns

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(GetCustomerProductsByCodeRequest)

public bool Equals(GetCustomerProductsByCodeRequest other)

Parameters

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(GetCustomerProductsByCodeRequest)

public void MergeFrom(GetCustomerProductsByCodeRequest 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