London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MarketDto.MarketRow

Represents strongly named DataRow class.

Inheritance
System.Object
MarketDto.MarketRow
Namespace: Mediachase.Commerce.Markets.Database
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class MarketRow : DataRow

Properties

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

DefaultCurrencyCode

Declaration
public string DefaultCurrencyCode { get; set; }
Property Value
Type Description
System.String

DefaultLanguageCode

Declaration
public string DefaultLanguageCode { get; set; }
Property Value
Type Description
System.String

IsEnabled

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
System.Boolean

MarketDescription

Declaration
public string MarketDescription { get; set; }
Property Value
Type Description
System.String

MarketId

Declaration
public string MarketId { get; set; }
Property Value
Type Description
System.String

MarketName

Declaration
public string MarketName { get; set; }
Property Value
Type Description
System.String

Modified

Declaration
public DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime

PricesIncludeTax

Declaration
public bool PricesIncludeTax { get; set; }
Property Value
Type Description
System.Boolean

Methods

GetMarketCountriesRows()

Declaration
public MarketDto.MarketCountriesRow[] GetMarketCountriesRows()
Returns
Type Description
MarketDto.MarketCountriesRow[]

GetMarketCurrenciesRows()

Declaration
public MarketDto.MarketCurrenciesRow[] GetMarketCurrenciesRows()
Returns
Type Description
MarketDto.MarketCurrenciesRow[]

GetMarketLanguagesRows()

Declaration
public MarketDto.MarketLanguagesRow[] GetMarketLanguagesRows()
Returns
Type Description
MarketDto.MarketLanguagesRow[]

IsPricesIncludeTaxNull()

Declaration
public bool IsPricesIncludeTaxNull()
Returns
Type Description
System.Boolean

SetPricesIncludeTaxNull()

Declaration
public void SetPricesIncludeTaxNull()