Class Criteria#
Defined in File Criteria.h
Inheritance Relationships#
Base Type#
public xbe::sdk::ModelBase(Class ModelBase)
Class Documentation#
-
class Criteria : public xbe::sdk::ModelBase#
Public Functions
-
inline Criteria()#
-
inline virtual ~Criteria()#
-
virtual void Validate() override#
-
utility::string_t GetName() const#
Returns the value of the Name property as a utility::string_t.
-
Criteria &SetName(const utility::string_t &value)#
Sets the value of the Name property.
- Parameters:
value – The value to set.
-
Variant GetValue() const#
Returns the value of the property.
Public Static Functions
-
static inline const utility::char_t *ClassName()#
Returns the fully qualified name of the class.
-
inline Criteria()#