LicenseTrace
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
Inheritance
Implements
IMessage<LicenseTrace>, IEquatable<LicenseTrace>, IDeepCloneable<LicenseTrace>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseTrace()
LicenseTrace(LicenseTrace)
Parameters
Fields
ActionFieldNumber
Field number for the "action" field.
Field Value
ClientIpFieldNumber
Field number for the "clientIp" field.
Field Value
ClientNameFieldNumber
Field number for the "clientName" field.
Field Value
CreatedDateFieldNumber
Field number for the "created_date" field.
Field Value
GeoLocationFieldNumber
Field number for the "geo_location" field.
Field Value
IdFieldNumber
Field number for the "id" field.
Field Value
LicenseIdFieldNumber
Field number for the "license_id" field.
Field Value
MachineIdFieldNumber
Field number for the "machineId" field.
Field Value
MetaFieldNumber
Field number for the "meta" field.
Field Value
NotesFieldNumber
Field number for the "notes" field.
Field Value
UserIdFieldNumber
Field number for the "user_id" field.
Field Value
Properties
Action
Property Value
int?
ClientIp
Property Value
ClientName
Property Value
CreatedDate
Property Value
Timestamp
Descriptor
Property Value
MessageDescriptor
GeoLocation
Property Value
Id
Property Value
int?
LicenseId
Property Value
int?
MachineId
Property Value
Meta
Property Value
Notes
Property Value
Parser
Property Value
MessageParser<LicenseTrace>
UserId
Property Value
int?
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(LicenseTrace)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(LicenseTrace)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated