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

Public Member Functions

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

Static Public Attributes

const int ValFieldNumber = 1
 Field number for the "val" field. More...
 

Properties

static pb::MessageParser< IntValueParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
int Val [get, set]
 

Constructor & Destructor Documentation

◆ IntValue() [1/2]

LeanCloud.Play.Protocol.IntValue.IntValue ( )
inline

◆ IntValue() [2/2]

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

Member Function Documentation

◆ CalculateSize()

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

◆ Clone()

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ GetHashCode()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ ToString()

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

◆ WriteTo()

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

Member Data Documentation

◆ ValFieldNumber

const int LeanCloud.Play.Protocol.IntValue.ValFieldNumber = 1
static

Field number for the "val" field.

Property Documentation

◆ Descriptor

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

◆ Parser

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

◆ Val

int LeanCloud.Play.Protocol.IntValue.Val
getset

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