Class ParticipantNameChanged
public sealed class ParticipantNameChanged : Google.Protobuf.IMessage<ParticipantNameChanged>, Google.Protobuf.IBufferMessage
- Inheritance
-
ParticipantNameChanged
- Implements
-
IBufferMessage
- Extension Methods
Constructors
ParticipantNameChanged()
public ParticipantNameChanged()
ParticipantNameChanged(ParticipantNameChanged)
public ParticipantNameChanged(ParticipantNameChanged other)
Parameters
otherParticipantNameChanged
Fields
NameFieldNumber
Field number for the "name" field.
public const int NameFieldNumber = 2
Field Value
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasName
Gets whether the "name" field is set
public bool HasName { get; }
Property Value
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
Name
public string Name { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<ParticipantNameChanged> Parser { get; }
Property Value
- MessageParser<ParticipantNameChanged>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearName()
Clears the value of the "name" field
public void ClearName()
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
Clone()
public ParticipantNameChanged Clone()
Returns
Equals(ParticipantNameChanged)
public bool Equals(ParticipantNameChanged other)
Parameters
otherParticipantNameChanged
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(ParticipantNameChanged)
public void MergeFrom(ParticipantNameChanged other)
Parameters
otherParticipantNameChanged
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream