Class Market
Represents the market in which the product is offered
public sealed class Market : StrongEntity
- Inheritance
-
Market
- Inherited Members
Constructors
Market()
public Market()
Properties
Brochures
The brochures for the product in this market
public IList<Brochure> Brochures { get; set; }
Property Value
Code
The ISO 3166 Alpha-2 code
public string Code { get; set; }
Property Value
Distributors
The market distributors
public IList<Distributor> Distributors { get; set; }
Property Value
Region
The Region
public Region Region { get; set; }