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

Public Member Functions

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

Static Public Attributes

const int AppCodeFieldNumber = 1
 Field number for the "app_code" field. More...
 
const int AppMsgFieldNumber = 2
 Field number for the "app_msg" field. More...
 

Properties

static pb::MessageParser< AppInfoParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
int AppCode [get, set]
 
string AppMsg [get, set]
 

Constructor & Destructor Documentation

◆ AppInfo() [1/2]

LeanCloud.Play.Protocol.AppInfo.AppInfo ( )
inline

◆ AppInfo() [2/2]

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

Member Function Documentation

◆ CalculateSize()

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

◆ Clone()

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ GetHashCode()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ ToString()

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

◆ WriteTo()

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

Member Data Documentation

◆ AppCodeFieldNumber

const int LeanCloud.Play.Protocol.AppInfo.AppCodeFieldNumber = 1
static

Field number for the "app_code" field.

◆ AppMsgFieldNumber

const int LeanCloud.Play.Protocol.AppInfo.AppMsgFieldNumber = 2
static

Field number for the "app_msg" field.

Property Documentation

◆ AppCode

int LeanCloud.Play.Protocol.AppInfo.AppCode
getset

◆ AppMsg

string LeanCloud.Play.Protocol.AppInfo.AppMsg
getset

◆ Descriptor

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

◆ Parser

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

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