Click or drag to resize

ViewSettingsLanguageBaseT Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.ProductCatalogViewSettingsBaseT
    Dynamicweb.Ecommerce.ProductCatalogViewSettingsLanguageBaseT
      Dynamicweb.Ecommerce.ProductCatalogAssetCategoryViewModelSettings
      Dynamicweb.Ecommerce.ProductCatalogManufacturerViewModelSettings
      Dynamicweb.Ecommerce.ProductCatalogStockUnitViewModelSettings
      Dynamicweb.Ecommerce.ProductCatalogUnitOptionViewModelSettings
      Dynamicweb.Ecommerce.ProductCatalogViewSettingsBaseCurrencyBaseT

Namespace:  Dynamicweb.Ecommerce.ProductCatalog
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class ViewSettingsLanguageBase<T> : ViewSettingsBase<T>
where T : new(), FillableViewModelBase

Type Parameters

T

The ViewSettingsLanguageBaseT type exposes the following members.

Constructors
  NameDescription
Protected methodViewSettingsLanguageBaseT
Initializes a new instance of the ViewSettingsLanguageBaseT class
Public methodViewSettingsLanguageBaseT(String)
Initializes a new instance of the ViewSettingsLanguageBaseT class
Top
Properties
Methods
  NameDescription
Public methodAddProperties(ICollectionString) (Inherited from ViewSettingsBaseT.)
Public methodAddProperties(String) (Inherited from ViewSettingsBaseT.)
Public methodEnsureContextTS(ViewSettingsBaseTS) (Inherited from ViewSettingsBaseT.)
Public methodEnsureContextTS(ViewSettingsBaseTS) (Overrides ViewSettingsBaseTEnsureContextTS(ViewSettingsBaseTS).)
Public methodEnsureFilledPropertiesExist (Inherited from ViewSettingsBaseT.)
Public methodFillAllValidProperties (Inherited from ViewSettingsBaseT.)
Public methodRemoveProperties (Inherited from ViewSettingsBaseT.)
Top
See Also