Table of Contents

Class Market

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

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

IList<Brochure>

Code

The ISO 3166 Alpha-2 code

public string Code { get; set; }

Property Value

string

Distributors

The market distributors

public IList<Distributor> Distributors { get; set; }

Property Value

IList<Distributor>

Region

The Region

public Region Region { get; set; }

Property Value

Region