Class MarketplaceCategory
Inheritance
System.Object
MarketplaceCategory
Assembly: Eco.Shared.dll
Syntax
public class MarketplaceCategory : Object
Constructors
MarketplaceCategory()
Declaration
public MarketplaceCategory()
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 |
|
SpecialItems
Declaration
public List<SpecialMarketplaceItem> SpecialItems { get; set; }
Property Value
Extension Methods