Class FieldOptionValueViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a view model for a field option value.
public class FieldOptionValueViewModel : FillableViewModelBase
- Inheritance
-
FieldOptionValueViewModel
- Inherited Members
- Extension Methods
Remarks
A field option value is a specific value that can be selected for a particular field. A field option is a configurable attribute or characteristic of a product, such as size, color, or material. For example, if you have a T-shirt product, the field options could be "Size" with values like "Small," "Medium," and "Large," and "Color" with values like "Red," "Blue," and "Green."
Properties
Image
Gets or sets the value of the field option image.
public string Image { get; set; }
Property Value
Name
Gets or sets the name of the field option value.
public string Name { get; set; }
Property Value
Value
Gets or sets the value of the field option value.
public string Value { get; set; }