Click or drag to resize

FacetGroupViewModelSettings Class

Inheritance Hierarchy
System.Object
  Dynamicweb.Ecommerce.ProductCatalog.ViewSettingsBase<FacetGroupViewModel>
    Dynamicweb.Ecommerce.ProductCatalog.ViewSettingsLanguageBase<FacetGroupViewModel>
      Dynamicweb.Ecommerce.ProductCatalog.ViewSettingsBaseCurrencyBase<FacetGroupViewModel>
        Dynamicweb.Ecommerce.FacetGroupViewModelSettings

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

The FacetGroupViewModelSettings type exposes the following members.

Constructors
  NameDescription
Public methodFacetGroupViewModelSettings()
Initializes a new instance of the FacetGroupViewModelSettings class
Public methodFacetGroupViewModelSettings(String, String, String, String, Int32)
Initializes a new instance of the FacetGroupViewModelSettings class
Top
Properties
  NameDescription
Public propertyCountryCode (Inherited from ViewSettingsBaseCurrencyBase<T>.)
Public propertyCurrencyCode (Inherited from ViewSettingsBaseCurrencyBase<T>.)
Public propertyFacetGroupNames
Public propertyFacetSettings
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