Beamable SDK
Public Member Functions | Properties | List of all members
Beamable.Common.Api.Stats.Criteria Class Reference

A definition of a comparison (Rel) to be run against the specified Stat.
More...

Public Member Functions

 Criteria (string stat, string rel, string value)
 

Properties

string Stat [get]
 The stat to compare against (LHS of the comparison).
 
string Rel [get]
 A string representing the comparision to be executed.

  • Equality: "equal" OR "eq".
  • Non-Equality: "notequal" OR "neq".
  • Less Than: "lessthan" OR "lt".
  • Less Than or Equal: "lessthanequal" OR "lte".
  • Greater Than: "greaterthan" OR "gt".
  • Greater Than or Equal: "greaterthanequal" OR "gte".
  • In: "in".
  • Not In: "notin" OR "nin".

 
string Value [get]
 The RHS of the comparison.
 

Detailed Description

A definition of a comparison (Rel) to be run against the specified Stat.

Constructor & Destructor Documentation

◆ Criteria()

Beamable.Common.Api.Stats.Criteria.Criteria ( string  stat,
string  rel,
string  value 
)
inline
Parameters
statStat
relRel
valueValue

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