Beamable SDK
Public Member Functions | Static Public Member Functions | Public Attributes | Static Protected Member Functions | Static Protected Attributes | List of all members
Beamable.Editor.Config.Model.ConfigQuery Class Reference
Inheritance diagram for Beamable.Editor.Config.Model.ConfigQuery:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Editor.Config.Model.ConfigQuery:
Collaboration graph
[legend]

Public Member Functions

 ConfigQuery (ConfigQuery other)
 
string ToString (string existing)
 
override string ToString ()
 
bool EqualsConfigQuery (ConfigQuery other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
bool Accepts (ConfigOption option)
 
bool AcceptModule (ConfigOption config)
 
- Public Member Functions inherited from Beamable.Common.DefaultQuery
bool AcceptIdContains (string id)
 

Static Public Member Functions

static ConfigQuery Parse (string text)
 

Public Attributes

HashSet< string > ModuleConstraint
 
- Public Attributes inherited from Beamable.Common.DefaultQuery
string IdContainsConstraint
 

Static Protected Member Functions

static bool SerializeModuleRule (ConfigQuery query, out string str)
 
- Static Protected Member Functions inherited from Beamable.Common.DefaultQuery
static bool SerializeIdRule (DefaultQuery query, out string str)
 

Static Protected Attributes

static Dictionary< string, DefaultQueryParser.ApplyParseRule< ConfigQuery > > EditorRules
 
static List< DefaultQueryParser.SerializeRule< ConfigQuery > > EditorSerializeRules
 

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