Class ActionMap
- Namespace
- JJMasterData.Core.UI.Components
- Assembly
- JJMasterData.Core.dll
- Inheritance
-
ActionMap
- Inherited Members
-
Constructors
ActionMap()
public ActionMap(ActionSource actionSource, FormElement formElement, Dictionary<string, object?> row, string actionName)
Parameters
actionSource
ActionSource
formElement
FormElement
row
Dictionary<string, object>
actionName
string
Properties
ActionName
[JsonProperty("actionName")]
public required string ActionName { get; set; }
Property Value
- string
ActionSource
[JsonProperty("contextAction")]
public required ActionSource ActionSource { get; set; }
Property Value
- ActionSource
ElementName
[JsonProperty("elementName")]
public required string ElementName { get; set; }
Property Value
- string
FieldName
[JsonProperty("fieldName")]
public string? FieldName { get; set; }
Property Value
- string
PkFieldValues
[JsonProperty("pkFieldValues")]
public Dictionary<string, object> PkFieldValues { get; set; }
Property Value
- Dictionary<string, object>