Class Team#
Defined in File Team.h
Inheritance Relationships#
Base Type#
public xbe::sdk::ModelBase(Class ModelBase)
Class Documentation#
-
class Team : public xbe::sdk::ModelBase#
Public Functions
-
inline Team()#
-
inline virtual ~Team()#
-
virtual void Validate() override#
-
int64_t GetId() const#
Returns the value of the Id property.
-
Team &SetId(const int64_t value)#
Sets the value of the Id property.
- Parameters:
value – The value to set.
-
std::vector<utility::string_t> GetMembers() const#
Returns the value of the Members property.
Public Static Functions
-
static inline const utility::char_t *ClassName()#
Returns the fully qualified name of the class.
-
inline Team()#