Table of Contents

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

int

Name

public string Name { get; set; }

Property Value

string

SystemName

public string SystemName { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Value

public object Value { get; set; }

Property Value

object

Methods

ToString()

public override string ToString()

Returns

string
To top