Class ProductFeature

Inheritance Relationships

Base Type

Class Documentation

class ProductFeature : public axr::sdk::EntityBase

Describes a single product that can be purchased by a customer.

Public Functions

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

Sets the object’s underlying map of stored values.

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

Sets the underlying map of stored values for the object.

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

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

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

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

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

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

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

Sets the value of the Uid property.

Parameters

value – The value to set.

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

Sets the value of the DateCreated property.

Parameters

value – The value to set.

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

Sets the value of the DateModified property.

Parameters

value – The value to set.

inline virtual ProductFeature &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 GetName() const

The unique name of the category

utility::string_t GetTitle() const

The unique name of the category

utility::string_t GetDescription() const

The textual description of the category

utility::string_t GetIcon() const

The asset to display for the category’s icon

std::shared_ptr<Object> GetData() const

An arbitrary map of metadata associated with this category.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.