Click or drag to resize

ViewSettingsLanguageBase<T> Class

Inheritance Hierarchy
System.Object
  Dynamicweb.Ecommerce.ProductCatalog.ViewSettingsBase<T>
    Dynamicweb.Ecommerce.ProductCatalog.ViewSettingsLanguageBase<T>
      Dynamicweb.Ecommerce.ProductCatalog.AssetCategoryViewModelSettings
      Dynamicweb.Ecommerce.ProductCatalog.ManufacturerViewModelSettings
      Dynamicweb.Ecommerce.ProductCatalog.StockUnitViewModelSettings
      Dynamicweb.Ecommerce.ProductCatalog.UnitOptionViewModelSettings
      Dynamicweb.Ecommerce.ProductCatalog.ViewSettingsBaseCurrencyBase<T>

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 ViewSettingsLanguageBase<T> type exposes the following members.

Constructors
  NameDescription
Protected methodViewSettingsLanguageBase<T>()
Initializes a new instance of the ViewSettingsLanguageBase<T> class
Public methodViewSettingsLanguageBase<T>(String)
Initializes a new instance of the ViewSettingsLanguageBase<T> class
Top
Properties
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>) (Overrides ViewSettingsBase<T>.EnsureContext<TS>(ViewSettingsBase<TS>).)
Public methodEnsureFilledPropertiesExist (Inherited from ViewSettingsBase<T>.)
Public methodFillAllValidProperties (Inherited from ViewSettingsBase<T>.)
Public methodRemoveProperties (Inherited from ViewSettingsBase<T>.)
Top
See Also