Table of Contents

Class PluginActionResult

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

Properties

JsCallback

public string? JsCallback { get; init; }

Property Value

string

Methods

Error(string?, string?)

public static PluginActionResult Error(string? title = null, string? message = null)

Parameters

title string
message string

Returns

PluginActionResult

Success()

public static PluginActionResult Success()

Returns

PluginActionResult