Table of Contents

Class CategoryFieldViewModel

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class CategoryFieldViewModel : FillableViewModelBase
Inheritance
CategoryFieldViewModel
Inherited Members

Properties

Fields

public Dictionary<string, FieldValueViewModel> Fields { get; set; }

Property Value

Dictionary<string, FieldValueViewModel>

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string
To top