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

Public Member Functions

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

Static Public Attributes

const int CountOfRoomsFieldNumber = 1
 Field number for the "count_of_rooms" field. More...
 
const int CountOfPlayersOnRouterFieldNumber = 2
 Field number for the "count_of_players_on_router" field. More...
 
const int CountOfPlayersInRoomsFieldNumber = 3
 Field number for the "count_of_players_in_rooms" field. More...
 
const int CountOfPlayersFieldNumber = 4
 Field number for the "count_of_players" field. More...
 

Properties

static pb::MessageParser< AppStatisticParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
int CountOfRooms [get, set]
 
int CountOfPlayersOnRouter [get, set]
 
int CountOfPlayersInRooms [get, set]
 
int CountOfPlayers [get, set]
 

Constructor & Destructor Documentation

◆ AppStatistic() [1/2]

LeanCloud.Play.Protocol.AppStatistic.AppStatistic ( )
inline

◆ AppStatistic() [2/2]

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

Member Function Documentation

◆ CalculateSize()

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

◆ Clone()

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ GetHashCode()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ ToString()

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

◆ WriteTo()

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

Member Data Documentation

◆ CountOfPlayersFieldNumber

const int LeanCloud.Play.Protocol.AppStatistic.CountOfPlayersFieldNumber = 4
static

Field number for the "count_of_players" field.

◆ CountOfPlayersInRoomsFieldNumber

const int LeanCloud.Play.Protocol.AppStatistic.CountOfPlayersInRoomsFieldNumber = 3
static

Field number for the "count_of_players_in_rooms" field.

◆ CountOfPlayersOnRouterFieldNumber

const int LeanCloud.Play.Protocol.AppStatistic.CountOfPlayersOnRouterFieldNumber = 2
static

Field number for the "count_of_players_on_router" field.

◆ CountOfRoomsFieldNumber

const int LeanCloud.Play.Protocol.AppStatistic.CountOfRoomsFieldNumber = 1
static

Field number for the "count_of_rooms" field.

Property Documentation

◆ CountOfPlayers

int LeanCloud.Play.Protocol.AppStatistic.CountOfPlayers
getset

◆ CountOfPlayersInRooms

int LeanCloud.Play.Protocol.AppStatistic.CountOfPlayersInRooms
getset

◆ CountOfPlayersOnRouter

int LeanCloud.Play.Protocol.AppStatistic.CountOfPlayersOnRouter
getset

◆ CountOfRooms

int LeanCloud.Play.Protocol.AppStatistic.CountOfRooms
getset

◆ Descriptor

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

◆ Parser

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

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