Table of Contents

Class PluginFieldActionContext

Namespace
JJMasterData.Core.DataDictionary.Models.Actions
Assembly
JJMasterData.Core.dll
public class PluginFieldActionContext : PluginActionContext
Inheritance
PluginFieldActionContext
Inherited Members

Properties

FieldMap

public required Dictionary<string, string> FieldMap { get; init; }

Property Value

Dictionary<string, string>

FieldName

public string? FieldName { get; }

Property Value

string