Table of Contents

Class CategoryFieldViewModel

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

Represents a view model for a category field.

public class CategoryFieldViewModel : FillableViewModelBase
Inheritance
CategoryFieldViewModel
Inherited Members

Properties

Fields

Gets or sets the dictionary of field values for the category field.

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

Property Value

Dictionary<string, FieldValueViewModel>

Id

Gets or sets the ID of the category field.

public string Id { get; set; }

Property Value

string

Name

Gets or sets the name of the category field.

public string Name { get; set; }

Property Value

string
To top