Table of Contents

Class CustomFieldValueViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
public class CustomFieldValueViewModel : ViewModelBase
Inheritance
CustomFieldValueViewModel
Inherited Members

Properties

FieldType

public Types FieldType { get; set; }

Property Value

Types

Name

public string Name { get; set; }

Property Value

string

Options

public CustomFieldOptions Options { get; set; }

Property Value

CustomFieldOptions

Sort

public int Sort { get; set; }

Property Value

int

SystemName

public string SystemName { get; set; }

Property Value

string

TableName

public string TableName { get; set; }

Property Value

string

Value

public object Value { get; set; }

Property Value

object
To top