Table of Contents

Class ApiViewModel

Namespace
JJMasterData.Web.Areas.DataDictionary.Models
Assembly
JJMasterData.Web.dll
public sealed class ApiViewModel : DataDictionaryViewModel
Inheritance
ApiViewModel
Inherited Members

Constructors

ApiViewModel()

public ApiViewModel()

ApiViewModel(string, string)

public ApiViewModel(string elementName, string menuId)

Parameters

elementName string
menuId string

Properties

ApiOptions

public FormElementApiOptions ApiOptions { get; set; }

Property Value

FormElementApiOptions

ElementFields

public List<ElementField>? ElementFields { get; set; }

Property Value

List<ElementField>

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