Play-SDK-CSharp
Public Member Functions | Static Public Attributes | Properties | List of all members
LeanCloud.Play.Protocol.JoinLobbyRequest Class Reference
Inheritance diagram for LeanCloud.Play.Protocol.JoinLobbyRequest:

Public Member Functions

 JoinLobbyRequest ()
 
 JoinLobbyRequest (JoinLobbyRequest other)
 
JoinLobbyRequest Clone ()
 
override bool Equals (object other)
 
bool Equals (JoinLobbyRequest other)
 
override int GetHashCode ()
 
override string ToString ()
 
void WriteTo (pb::CodedOutputStream output)
 
int CalculateSize ()
 
void MergeFrom (JoinLobbyRequest other)
 
void MergeFrom (pb::CodedInputStream input)
 

Static Public Attributes

const int LobbyIdFieldNumber = 1
 Field number for the "lobby_id" field. More...
 

Properties

static pb::MessageParser< JoinLobbyRequestParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
string LobbyId [get, set]
 

Constructor & Destructor Documentation

◆ JoinLobbyRequest() [1/2]

LeanCloud.Play.Protocol.JoinLobbyRequest.JoinLobbyRequest ( )
inline

◆ JoinLobbyRequest() [2/2]

LeanCloud.Play.Protocol.JoinLobbyRequest.JoinLobbyRequest ( JoinLobbyRequest  other)
inline

Member Function Documentation

◆ CalculateSize()

int LeanCloud.Play.Protocol.JoinLobbyRequest.CalculateSize ( )
inline

◆ Clone()

JoinLobbyRequest LeanCloud.Play.Protocol.JoinLobbyRequest.Clone ( )
inline

◆ Equals() [1/2]

bool LeanCloud.Play.Protocol.JoinLobbyRequest.Equals ( JoinLobbyRequest  other)
inline

◆ Equals() [2/2]

override bool LeanCloud.Play.Protocol.JoinLobbyRequest.Equals ( object  other)
inline

◆ GetHashCode()

override int LeanCloud.Play.Protocol.JoinLobbyRequest.GetHashCode ( )
inline

◆ MergeFrom() [1/2]

void LeanCloud.Play.Protocol.JoinLobbyRequest.MergeFrom ( JoinLobbyRequest  other)
inline

◆ MergeFrom() [2/2]

void LeanCloud.Play.Protocol.JoinLobbyRequest.MergeFrom ( pb::CodedInputStream  input)
inline

◆ ToString()

override string LeanCloud.Play.Protocol.JoinLobbyRequest.ToString ( )
inline

◆ WriteTo()

void LeanCloud.Play.Protocol.JoinLobbyRequest.WriteTo ( pb::CodedOutputStream  output)
inline

Member Data Documentation

◆ LobbyIdFieldNumber

const int LeanCloud.Play.Protocol.JoinLobbyRequest.LobbyIdFieldNumber = 1
static

Field number for the "lobby_id" field.

Property Documentation

◆ Descriptor

pbr.MessageDescriptor LeanCloud.Play.Protocol.JoinLobbyRequest.Descriptor
staticget

◆ LobbyId

string LeanCloud.Play.Protocol.JoinLobbyRequest.LobbyId
getset

◆ Parser

pb.MessageParser<JoinLobbyRequest> LeanCloud.Play.Protocol.JoinLobbyRequest.Parser
staticget

The documentation for this class was generated from the following file: