License
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
Inheritance
Implements
IMessage<License>, IEquatable<License>, IDeepCloneable<License>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
License()
License(License)
Parameters
Name
Description
Fields
ExpireAtFieldNumber
Field number for the "expire_at" field.
Field Value
LicenseIdFieldNumber
Field number for the "license_id" field.
Field Value
LicenseKeyFieldNumber
Field number for the "license_key" field.
Field Value
LicensingModeFieldNumber
Field number for the "licensing_mode" field.
Field Value
SupportExpireAtFieldNumber
Field number for the "support_expire_at" field.
Field Value
Properties
Descriptor
Property Value
MessageDescriptor
ExpireAt
Property Value
Timestamp
LicenseId
Property Value
LicenseKey
Property Value
ByteString
LicensingMode
Property Value
Parser
Property Value
MessageParser<License>
SupportExpireAt
Property Value
Timestamp
Methods
CalculateSize()
Returns
Name
Description
Clone()
Returns
Name
Description
Equals(object)
Parameters
Name
Description
Returns
Name
Description
Equals(License)
Parameters
Name
Description
Returns
Name
Description
GetHashCode()
Returns
Name
Description
MergeFrom(License)
Parameters
Name
Description
MergeFrom(CodedInputStream)
Parameters
Name
Description
input
CodedInputStream
ToString()
Returns
Name
Description
WriteTo(CodedOutputStream)
Parameters
Name
Description
output
CodedOutputStream
Last updated