LicenseFeature
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
Inheritance
Implements
IMessage<LicenseFeature>, IEquatable<LicenseFeature>, IDeepCloneable<LicenseFeature>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseFeature()
LicenseFeature(LicenseFeature)
Parameters
Name
Description
Fields
DataFieldNumber
Field number for the "data" field.
Field Value
DescriptionFieldNumber
Field number for the "description" field.
Field Value
ExpireDateFieldNumber
Field number for the "expire_date" field.
Field Value
IdFieldNumber
Field number for the "id" field.
Field Value
KeyFieldNumber
Field number for the "key" field.
Field Value
NameFieldNumber
Field number for the "name" field.
Field Value
Properties
Data
Property Value
ByteString
Description
Property Value
Descriptor
Property Value
MessageDescriptor
ExpireDate
Property Value
Timestamp
Id
Property Value
Key
Property Value
ByteString
Name
Property Value
Parser
Property Value
MessageParser<LicenseFeature>
Methods
CalculateSize()
Returns
Name
Description
Clone()
Returns
Name
Description
Equals(object)
Parameters
Name
Description
Returns
Name
Description
Equals(LicenseFeature)
Parameters
Name
Description
Returns
Name
Description
GetHashCode()
Returns
Name
Description
MergeFrom(LicenseFeature)
Parameters
Name
Description
MergeFrom(CodedInputStream)
Parameters
Name
Description
input
CodedInputStream
ToString()
Returns
Name
Description
WriteTo(CodedOutputStream)
Parameters
Name
Description
output
CodedOutputStream
Last updated