Class ProductFeature#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.ProductFeature : xbe.sdk.EntityBase#

Describes a group of products that have similar characteristics.

REQUIRES: Purchasing Services

Public Functions

ProductFeature ()#
ProductFeature (Object obj)

Properties

string Name { get; set; }#

The unique name of the feature.

string Title { get; set; }#

The name to display to the user.

string Description { get; set; }#

A textual description of the feature.

string Icon { get; set; }#

The icon to display when showing the product feature.

Object Data { get; set; }#

An arbitrary map of metadata associated with this feature.

Public Static Functions

new ProductFeature Parse (string json)#

Parses the given JSON encoded string into a new ProductFeature instance.

Param json:

Return: