Class FieldValueViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
[KnownType(typeof(List<FieldOptionValueViewModel>))]
[KnownType(typeof(LinkViewModel))]
[KnownType(typeof(ColorViewModel))]
[KnownType(typeof(FileViewModel))]
public class FieldValueViewModel : FillableViewModelBase
- Inheritance
-
FieldValueViewModel
- Inherited Members
- Extension Methods
Properties
ListType
public int ListType { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
SystemName
public string SystemName { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
Value
public object Value { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.