Class ProductFeature#
Defined in File ProductFeature.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.ProductFeature : xbe.sdk.EntityBase#
Describes a group of products that have similar characteristics.
REQUIRES: Purchasing Services
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.
Public Static Functions
- new ProductFeature Parse (string json)#
Parses the given JSON encoded string into a new ProductFeature instance.
- Param json:
- Return: