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