Beamable SDK
Static Public Attributes | List of all members
Beamable.Common.Content.Validation.MustBeComparatorString Class Reference
Inheritance diagram for Beamable.Common.Content.Validation.MustBeComparatorString:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Content.Validation.MustBeComparatorString:
Collaboration graph
[legend]

Static Public Attributes

const string EQUALS = "eq"
 
const string NOT_EQUALS = "ne"
 
const string GREATER_THAN = "gt"
 
const string GREATER_THAN_OR_EQUAL = "ge"
 
const string LESS_THAN = "lt"
 
const string LESS_THAN_OR_EQUAL = "le"
 

Additional Inherited Members

- Public Member Functions inherited from Beamable.Common.Content.Validation.MustBeOneOf
 MustBeOneOf (params object[] possibleValues)
 
override void Validate (ContentValidationArgs args)
 
- Static Protected Member Functions inherited from Beamable.Common.Content.Validation.ValidationAttribute
static bool IsNumericType (Type type)
 
- Properties inherited from Beamable.Common.Content.Validation.MustBeOneOf
HashSet< object > PossibleValues [get]
 
- Properties inherited from UnityEngine.PropertyAttribute
int order [get, set]
 

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