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

Classes

class  Types
 Container for nested types declared in the GenericCollection message type. More...
 

Public Member Functions

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

Static Public Attributes

const int ListValueFieldNumber = 1
 Field number for the "list_value" field. More...
 
const int MapEntryValueFieldNumber = 2
 Field number for the "map_entry_value" field. More...
 

Properties

static pb::MessageParser< GenericCollectionParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
pbc::RepeatedField< global::LeanCloud.Play.Protocol.GenericCollectionValue > ListValue [get]
 
pbc::RepeatedField< global::LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry > MapEntryValue [get]
 

Constructor & Destructor Documentation

◆ GenericCollection() [1/2]

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

◆ GenericCollection() [2/2]

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

Member Function Documentation

◆ CalculateSize()

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

◆ Clone()

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ GetHashCode()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ ToString()

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

◆ WriteTo()

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

Member Data Documentation

◆ ListValueFieldNumber

const int LeanCloud.Play.Protocol.GenericCollection.ListValueFieldNumber = 1
static

Field number for the "list_value" field.

◆ MapEntryValueFieldNumber

const int LeanCloud.Play.Protocol.GenericCollection.MapEntryValueFieldNumber = 2
static

Field number for the "map_entry_value" field.

Property Documentation

◆ Descriptor

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

◆ ListValue

pbc.RepeatedField<global.LeanCloud.Play.Protocol.GenericCollectionValue> LeanCloud.Play.Protocol.GenericCollection.ListValue
get

◆ MapEntryValue

pbc.RepeatedField<global.LeanCloud.Play.Protocol.GenericCollection.Types.MapEntry> LeanCloud.Play.Protocol.GenericCollection.MapEntryValue
get

◆ Parser

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

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