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 MarketViewModel

Inheritance
System.Object
MarketViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class MarketViewModel

Constructors

MarketViewModel()

Declaration
public MarketViewModel()

MarketViewModel(IMarket, Boolean)

Declaration
public MarketViewModel(IMarket market, bool excludeCurrencies)
Parameters
Type Name Description
IMarket market
System.Boolean excludeCurrencies

Properties

Currencies

Declaration
public IEnumerable<ISelectItem> Currencies { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<EPiServer.Shell.ObjectEditing.ISelectItem>

Id

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

IsEnabled

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

Label

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

LocalizationService

Declaration
protected Injected<LocalizationService> LocalizationService { get; set; }
Property Value
Type Description
EPiServer.ServiceLocation.Injected<EPiServer.Framework.Localization.LocalizationService>

Name

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