Class Statistic#
Defined in File Statistic.h
Inheritance Relationships#
Base Type#
public xbe::sdk::ModelBase(Class ModelBase)
Class Documentation#
-
class Statistic : public xbe::sdk::ModelBase#
Public Functions
-
inline Statistic()#
-
inline virtual ~Statistic()#
-
virtual void Validate() override#
-
utility::string_t GetName() const#
Returns the value of the Name property as a utility::string_t.
-
Statistic &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 json::Value property.
Public Static Functions
-
static inline const utility::char_t *ClassName()#
Returns the fully qualified name of the class.
-
inline Statistic()#