Table of Contents

Class FillableViewModelBase

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
A fillable viewmodel is a defined as a model for frontend, that allows for specification of which properties should be filled/loaded. If a property is specified as "not filled" it will have near-zero cost on performance, as this data is simply not loaded.
public abstract class FillableViewModelBase : ViewModelBase
Inheritance
FillableViewModelBase
Inherited Members

Methods

ToJson()

Gives the json string of this object.
public override string ToJson()

Returns

string
json
To top