Table of Contents

Class FieldValueViewModelSetting

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll

Controls which product fields are populated on a FieldValueViewModel when it is built by the view model builder.

public class FieldValueViewModelSetting : ViewSettingsBase<FieldValueViewModel>
Inheritance
FieldValueViewModelSetting
Inherited Members

Remarks

Use FieldValueViewModelSetting() to include all fields, or construct with a system-name list to limit which fields appear in the output.

Constructors

FieldValueViewModelSetting()

Initializes a new instance of FieldValueViewModelSetting that includes all product fields. Used by the Web API infrastructure when deserializing settings from a request.

public FieldValueViewModelSetting()

See Also

To top