Table of Contents

Class FormValues

Namespace
JJMasterData.WebApi.Models
Assembly
JJMasterData.WebApi.dll
public class FormValues
Inheritance
FormValues
Inherited Members

Properties

DataItems

[JsonPropertyName("dataItems")]
public IList<DataItemValue>? DataItems { get; set; }

Property Value

IList<DataItemValue>

Enable

[JsonPropertyName("enable")]
public bool Enable { get; set; }

Property Value

bool

Value

[JsonPropertyName("value")]
public object? Value { get; set; }

Property Value

object

Visible

[JsonPropertyName("visible")]
public bool Visible { get; set; }

Property Value

bool