Table of Contents

Class PluginFieldAction

Namespace
JJMasterData.Core.DataDictionary.Models.Actions
Assembly
JJMasterData.Core.dll
public sealed class PluginFieldAction : PluginAction
Inheritance
PluginFieldAction
Inherited Members

Properties

FieldMap

[JsonPropertyName("fieldMap")]
[JsonInclude]
public Dictionary<string, string> FieldMap { get; }

Property Value

Dictionary<string, string>

TriggerOnChange

[JsonPropertyName("triggerOnChange")]
public bool TriggerOnChange { get; set; }

Property Value

bool

Methods

DeepCopy()

public override BasicAction DeepCopy()

Returns

BasicAction