Table of Contents

Class FormElementInfo

Namespace
JJMasterData.Core.DataDictionary.Models
Assembly
JJMasterData.Core.dll
public class FormElementInfo
Inheritance
FormElementInfo
Inherited Members

Constructors

FormElementInfo()

public FormElementInfo()

FormElementInfo(Element, DateTime)

public FormElementInfo(Element formElement, DateTime modified)

Parameters

formElement Element
modified DateTime

FormElementInfo(string, string, string, bool, DateTime)

[JsonConstructor]
public FormElementInfo(string name, string tableName, string info, bool enableApi, DateTime modified)

Parameters

name string
tableName string
info string
enableApi bool
modified DateTime

Properties

EnableApi

public required bool EnableApi { get; init; }

Property Value

bool

Info

public required string Info { get; init; }

Property Value

string

Modified

public required DateTime Modified { get; init; }

Property Value

DateTime

Name

public required string Name { get; init; }

Property Value

string

TableName

public required string TableName { get; init; }

Property Value

string

Methods

FromDictionary(Dictionary<string, object?>)

public static FormElementInfo FromDictionary(Dictionary<string, object?> dictionary)

Parameters

dictionary Dictionary<string, object>

Returns

FormElementInfo

ToDictionary()

public Dictionary<string, object?> ToDictionary()

Returns

Dictionary<string, object>