Class ArchetypeActivation

Inheritance Relationships

Base Type

Class Documentation

class ArchetypeActivation : public axr::sdk::EntityBase

Describes whether or not a archetype should be enabled for the given persona.

Public Functions

inline ArchetypeActivation()
inline ArchetypeActivation(const ArchetypeActivation &value)
inline ArchetypeActivation(ArchetypeActivation &&value)
inline virtual ~ArchetypeActivation()
inline virtual ArchetypeActivation &SetProperties(const std::map<utility::string_t, Variant> &value) override

Sets the object’s underlying map of stored values.

inline virtual ArchetypeActivation &SetProperties(std::map<utility::string_t, Variant> &&value) override

Sets the underlying map of stored values for the object.

inline virtual ArchetypeActivation &SetProperty(const utility::char_t *name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual ArchetypeActivation &SetProperty(const utility::string_t &name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual ArchetypeActivation &SetRemoteUrl(const utility::string_t &url) override

Returns the URL of the remote server endpoint where the object is managed.

inline virtual ArchetypeActivation &SetUid(const utility::string_t &value) override

Sets the value of the Uid property.

Parameters

value – The value to set.

inline virtual ArchetypeActivation &SetDateCreated(const datetime &value) override

Sets the value of the DateCreated property.

Parameters

value – The value to set.

inline virtual ArchetypeActivation &SetDateModified(const datetime &value) override

Sets the value of the DateModified property.

Parameters

value – The value to set.

inline virtual ArchetypeActivation &SetVersion(const uint64_t value) override

Sets the value of the Version property.

Parameters

value – The value to set.

virtual void Validate() override
bool IsEnabled() const

Indicates whether or not an archetype should be enabled for a given persona.

ArchetypeActivation &SetIsEnabled(bool value)

Set to true to enable the archetype for the given persona. Otherwise set to false to disable the archetype.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.