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

Public Member Functions

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

Static Public Attributes

const int ListFieldNumber = 1
 Field number for the "list" field. More...
 

Properties

static pb::MessageParser< RoomListCommandParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
pbc::RepeatedField< global::LeanCloud.Play.Protocol.RoomOptions > List [get]
 

Constructor & Destructor Documentation

◆ RoomListCommand() [1/2]

LeanCloud.Play.Protocol.RoomListCommand.RoomListCommand ( )
inline

◆ RoomListCommand() [2/2]

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

Member Function Documentation

◆ CalculateSize()

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

◆ Clone()

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ GetHashCode()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ ToString()

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

◆ WriteTo()

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

Member Data Documentation

◆ ListFieldNumber

const int LeanCloud.Play.Protocol.RoomListCommand.ListFieldNumber = 1
static

Field number for the "list" field.

Property Documentation

◆ Descriptor

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

◆ List

pbc.RepeatedField<global.LeanCloud.Play.Protocol.RoomOptions> LeanCloud.Play.Protocol.RoomListCommand.List
get

◆ Parser

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

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