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
TriggerOnChange
[JsonPropertyName("triggerOnChange")]
public bool TriggerOnChange { get; set; }
Property Value
Methods
DeepCopy()
public override BasicAction DeepCopy()