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
Id
Gets or sets the ID of the category field.
public string Id { get; set; }
Property Value
Name
Gets or sets the name of the category field.
public string Name { get; set; }