Class ApiViewModel
- Namespace
- JJMasterData.Web.Areas.DataDictionary.Models
- Assembly
- JJMasterData.Web.dll
public sealed class ApiViewModel
- Inheritance
-
ApiViewModel
- Inherited Members
-
Properties
ApiOptions
public FormElementApiOptions ApiOptions { get; set; }
Property Value
- FormElementApiOptions
ElementFields
public List<ElementField>? ElementFields { get; set; }
Property Value
- List<ElementField>
ElementName
public required string ElementName { get; set; }
Property Value
- string
EnableSynchronism
[Display(Name = "Enable Synchronism")]
public bool EnableSynchronism { get; set; }
Property Value
- bool
SynchronismMode
[Display(Name = "Mode")]
public SynchronismMode SynchronismMode { get; set; }
Property Value
- SynchronismMode