Click or drag to resize

PriceViewModelSettings Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.ProductCatalogViewSettingsBasePriceViewModel
    Dynamicweb.Ecommerce.ProductCatalogViewSettingsLanguageBasePriceViewModel
      Dynamicweb.Ecommerce.ProductCatalogViewSettingsBaseCurrencyBasePriceViewModel
        Dynamicweb.Ecommerce.ProductCatalogPriceViewModelSettings

Namespace:  Dynamicweb.Ecommerce.ProductCatalog
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class PriceViewModelSettings : ViewSettingsBaseCurrencyBase<PriceViewModel>

The PriceViewModelSettings type exposes the following members.

Constructors
  NameDescription
Public methodPriceViewModelSettings
Initializes a new instance of the PriceViewModelSettings class
Public methodPriceViewModelSettings(String, String, String, String, Int32)
Initializes a new instance of the PriceViewModelSettings class
Public methodPriceViewModelSettings(String, String, String, String, Int32, Boolean)
Initializes a new instance of the PriceViewModelSettings class
Top
Properties
  NameDescription
Public propertyCountryCode (Inherited from ViewSettingsBaseCurrencyBaseT.)
Public propertyCurrencyCode (Inherited from ViewSettingsBaseCurrencyBaseT.)
Public propertyFilledProperties (Inherited from ViewSettingsBaseT.)
Public propertyLanguageId (Inherited from ViewSettingsLanguageBaseT.)
Public propertyShopId (Inherited from ViewSettingsBaseCurrencyBaseT.)
Public propertyShowPricesWithVat (Inherited from ViewSettingsBaseCurrencyBaseT.)
Public propertyUserId (Inherited from ViewSettingsBaseCurrencyBaseT.)
Top
Methods
  NameDescription
Public methodAddProperties(ICollectionString) (Inherited from ViewSettingsBaseT.)
Public methodAddProperties(String) (Inherited from ViewSettingsBaseT.)
Public methodEnsureContextTS(ViewSettingsBaseTS) (Inherited from ViewSettingsBaseT.)
Public methodEnsureContextTS(ViewSettingsBaseTS) (Inherited from ViewSettingsBaseCurrencyBaseT.)
Public methodEnsureContextTS(ViewSettingsBaseTS) (Inherited from ViewSettingsLanguageBaseT.)
Public methodEnsureFilledPropertiesExist (Inherited from ViewSettingsBaseT.)
Public methodFillAllValidProperties (Inherited from ViewSettingsBaseT.)
Public methodRemoveProperties (Inherited from ViewSettingsBaseT.)
Top
See Also