GetCustomerContactsRequest
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
public sealed class GetCustomerContactsRequest : IMessage<GetCustomerContactsRequest>, IEquatable<GetCustomerContactsRequest>, IDeepCloneable<GetCustomerContactsRequest>, IBufferMessage, IMessageInheritance
object ← GetCustomerContactsRequest
Implements
IMessage<GetCustomerContactsRequest>, IEquatable<GetCustomerContactsRequest>, IDeepCloneable<GetCustomerContactsRequest>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GetCustomerContactsRequest()
public GetCustomerContactsRequest()GetCustomerContactsRequest(GetCustomerContactsRequest)
public GetCustomerContactsRequest(GetCustomerContactsRequest other)Parameters
Fields
CustomerIdFieldNumber
Field number for the "customer_id" field.
public const int CustomerIdFieldNumber = 1Field Value
FilterFieldNumber
Field number for the "filter" field.
public const int FilterFieldNumber = 3Field Value
SelectFieldNumber
Field number for the "select" field.
public const int SelectFieldNumber = 2Field Value
SkipFieldNumber
Field number for the "skip" field.
public const int SkipFieldNumber = 6Field Value
SortFieldNumber
Field number for the "sort" field.
public const int SortFieldNumber = 4Field Value
TakeFieldNumber
Field number for the "take" field.
public const int TakeFieldNumber = 5Field Value
Properties
CustomerId
public int CustomerId { get; set; }Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }Property Value
MessageDescriptor
Filter
public string Filter { get; set; }Property Value
Parser
public static MessageParser<GetCustomerContactsRequest> Parser { get; }Property Value
MessageParser<GetCustomerContactsRequest>
Select
public string Select { get; set; }Property Value
Skip
public int? Skip { get; set; }Property Value
int?
Sort
public string Sort { get; set; }Property Value
Take
public int? Take { get; set; }Property Value
int?
Methods
CalculateSize()
public int CalculateSize()Returns
Clone()
public GetCustomerContactsRequest Clone()Returns
Equals(object)
public override bool Equals(object other)Parameters
other object
Returns
Equals(GetCustomerContactsRequest)
public bool Equals(GetCustomerContactsRequest other)Parameters
Returns
GetHashCode()
public override int GetHashCode()Returns
MergeFrom(GetCustomerContactsRequest)
public void MergeFrom(GetCustomerContactsRequest other)Parameters
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