Class MarketplaceSubCategory
Inheritance
System.Object
MarketplaceSubCategory
Assembly: Eco.Shared.dll
Syntax
public class MarketplaceSubCategory : Object
Constructors
MarketplaceSubCategory()
Declaration
public MarketplaceSubCategory()
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Items
Declaration
public List<MarketplaceItem> Items { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<StrangeCloud.Service.Client.Contracts.MarketplaceItem> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods