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

Public Member Functions

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

Static Public Attributes

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

Properties

static pb::MessageParser< MapEntryParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
string Key [get, set]
 
global::LeanCloud.Play.Protocol.GenericCollectionValue Val [get, set]
 

Constructor & Destructor Documentation

◆ MapEntry() [1/2]

LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.MapEntry ( )
inline

◆ MapEntry() [2/2]

LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.MapEntry ( MapEntry  other)
inline

Member Function Documentation

◆ CalculateSize()

int LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.CalculateSize ( )
inline

◆ Clone()

MapEntry LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.Clone ( )
inline

◆ Equals() [1/2]

bool LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.Equals ( MapEntry  other)
inline

◆ Equals() [2/2]

override bool LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.Equals ( object  other)
inline

◆ GetHashCode()

override int LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.GetHashCode ( )
inline

◆ MergeFrom() [1/2]

void LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.MergeFrom ( MapEntry  other)
inline

◆ MergeFrom() [2/2]

void LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.MergeFrom ( pb::CodedInputStream  input)
inline

◆ ToString()

override string LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.ToString ( )
inline

◆ WriteTo()

void LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.WriteTo ( pb::CodedOutputStream  output)
inline

Member Data Documentation

◆ KeyFieldNumber

const int LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.KeyFieldNumber = 1
static

Field number for the "key" field.

◆ ValFieldNumber

const int LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.ValFieldNumber = 2
static

Field number for the "val" field.

Property Documentation

◆ Descriptor

pbr.MessageDescriptor LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.Descriptor
staticget

◆ Key

string LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.Key
getset

◆ Parser

pb.MessageParser<MapEntry> LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.Parser
staticget

◆ Val

global.LeanCloud.Play.Protocol.GenericCollectionValue LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry.Val
getset

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