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
Enable
[JsonPropertyName("enable")]
public bool Enable { get; set; }
Property Value
Value
[JsonPropertyName("value")]
public object? Value { get; set; }
Property Value
Visible
[JsonPropertyName("visible")]
public bool Visible { get; set; }