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