Click or drag to resize

FacetViewModelSettings Class

Inheritance Hierarchy
System.Object
  Dynamicweb.Ecommerce.ProductCatalog.ViewSettingsBase<FacetViewModel>
    Dynamicweb.Ecommerce.ProductCatalog.ViewSettingsLanguageBase<FacetViewModel>
      Dynamicweb.Ecommerce.ProductCatalog.ViewSettingsBaseCurrencyBase<FacetViewModel>
        Dynamicweb.Ecommerce.FacetViewModelSettings

Namespace:  Dynamicweb.Ecommerce
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class FacetViewModelSettings : ViewSettingsBaseCurrencyBase<FacetViewModel>

The FacetViewModelSettings type exposes the following members.

Constructors
  NameDescription
Public methodFacetViewModelSettings()
Initializes a new instance of the FacetViewModelSettings class
Public methodFacetViewModelSettings(String, String, String, String, Int32)
Initializes a new instance of the FacetViewModelSettings class
Top
Properties
  NameDescription
Public propertyCountryCode (Inherited from ViewSettingsBaseCurrencyBase<T>.)
Public propertyCurrencyCode (Inherited from ViewSettingsBaseCurrencyBase<T>.)
Public propertyFacetOptionSettings
Public propertyFilledProperties (Inherited from ViewSettingsBase<T>.)
Public propertyLanguageId (Inherited from ViewSettingsLanguageBase<T>.)
Public propertyShopId (Inherited from ViewSettingsBaseCurrencyBase<T>.)
Public propertyShowPricesWithVat (Inherited from ViewSettingsBaseCurrencyBase<T>.)
Public propertyUserId (Inherited from ViewSettingsBaseCurrencyBase<T>.)
Top
Methods
  NameDescription
Public methodAddProperties(ICollection<String>) (Inherited from ViewSettingsBase<T>.)
Public methodAddProperties(String[]) (Inherited from ViewSettingsBase<T>.)
Public methodEnsureContext<TS>(ViewSettingsBase<TS>) (Inherited from ViewSettingsBase<T>.)
Public methodEnsureContext<TS>(ViewSettingsBase<TS>) (Inherited from ViewSettingsBaseCurrencyBase<T>.)
Public methodEnsureContext<TS>(ViewSettingsBase<TS>) (Inherited from ViewSettingsLanguageBase<T>.)
Public methodEnsureFilledPropertiesExist (Overrides ViewSettingsBase<T>.EnsureFilledPropertiesExist().)
Public methodFillAllValidProperties (Inherited from ViewSettingsBase<T>.)
Public methodRemoveProperties (Inherited from ViewSettingsBase<T>.)
Top
See Also