Class Persona#
Defined in File Persona.h
Inheritance Relationships#
Base Type#
public xbe::sdk::EntityBase(Class EntityBase)
Class Documentation#
-
class Persona : public xbe::sdk::EntityBase#
Public Functions
-
inline Persona()#
-
inline virtual ~Persona()#
-
inline virtual Persona &SetProperties(const std::map<utility::string_t, Variant> &value) override#
Sets the object’s underlying map of stored values.
-
inline virtual Persona &SetProperties(std::map<utility::string_t, Variant> &&value) override#
Sets the underlying map of stored values for the object.
-
inline virtual Persona &SetProperty(const utility::char_t *name, const Variant &value) override#
Sets the property of the given name to the provided value.
-
inline virtual Persona &SetProperty(const utility::string_t &name, const Variant &value) override#
Sets the property of the given name to the provided value.
-
inline virtual Persona &SetRemoteUrl(const utility::string_t &url) override#
Returns the URL of the remote server endpoint where the object is managed.
-
inline virtual Persona &SetUid(const utility::string_t &value) override#
Sets the value of the Uid property.
- Parameters:
value – The value to set.
-
inline virtual Persona &SetDateCreated(const datetime &value) override#
Sets the value of the DateCreated property.
- Parameters:
value – The value to set.
-
inline virtual Persona &SetDateModified(const datetime &value) override#
Sets the value of the DateModified property.
- Parameters:
value – The value to set.
-
inline virtual Persona &SetVersion(const uint64_t value) override#
Sets the value of the Version property.
- Parameters:
value – The value to set.
-
virtual void Validate() override#
-
utility::string_t GetUserUid() const#
Returns the value of the
UserUidproperty as autility::string_t.
-
Persona &SetUserUid(const utility::string_t &value)#
Sets the value of the
UserUidproperty.- Parameters:
value – The value to set.
-
utility::string_t GetName() const#
Returns the value of the Name property as a
utility::string_t.
-
Persona &SetName(const utility::string_t &value)#
Sets the value of the Name property.
- Parameters:
value – The value to set.
-
utility::string_t GetDescription() const#
Returns the value of the Description property as a utility::string_t.
-
Persona &SetDescription(const utility::string_t &value)#
Sets the value of the Description property.
- Parameters:
value – The value to set.
-
utility::string_t GetProductUid() const#
The uid of the product that the zone is associated with.
-
Persona &SetProductUid(const utility::string_t &value)#
The uid of the product that the zone is associated with.
- Parameters:
value – The value to set.
Sets the value of the Attributes property.
- Parameters:
value – The value to set.
Public Static Functions
-
static inline const utility::char_t *ClassName()#
Returns the fully qualified name of the class.
-
inline Persona()#