InsertLicenseRequest
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
public sealed class InsertLicenseRequest : IMessage<InsertLicenseRequest>, IEquatable<InsertLicenseRequest>, IDeepCloneable<InsertLicenseRequest>, IBufferMessage, IMessageInheritance
Implements
IMessage<InsertLicenseRequest>, IEquatable<InsertLicenseRequest>, IDeepCloneable<InsertLicenseRequest>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
InsertLicenseRequest()
public InsertLicenseRequest()InsertLicenseRequest(InsertLicenseRequest)
public InsertLicenseRequest(InsertLicenseRequest other)Parameters
Name
Description
other InsertLicenseRequest
Fields
LicenseFieldNumber
Field number for the "license" field.
public const int LicenseFieldNumber = 1Field Value
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }Property Value
MessageDescriptor
License
public License License { get; set; }Property Value
Parser
public static MessageParser<InsertLicenseRequest> Parser { get; }Property Value
MessageParser<InsertLicenseRequest>
Methods
CalculateSize()
public int CalculateSize()Returns
Name
Description
Clone()
public InsertLicenseRequest Clone()Returns
Name
Description
Equals(object)
public override bool Equals(object other)Parameters
Name
Description
other object
Returns
Name
Description
Equals(InsertLicenseRequest)
public bool Equals(InsertLicenseRequest other)Parameters
Name
Description
other InsertLicenseRequest
Returns
Name
Description
GetHashCode()
public override int GetHashCode()Returns
Name
Description
MergeFrom(InsertLicenseRequest)
public void MergeFrom(InsertLicenseRequest other)Parameters
Name
Description
other InsertLicenseRequest
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