Class ActionIssueAttribute
Attribute for action issue
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public sealed class ActionIssueAttribute : Attribute
Constructors
ActionIssueAttribute(string, string, int)
Initializes a new instance of the ActionIssueAttribute class
Declaration
public ActionIssueAttribute(string name, string message, int parameterCount)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The action name |
| string | message | The issue message |
| int | parameterCount | The message parameter count |
Properties
Message
The issue message
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The action name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
ParameterCount
The message parameter count
Declaration
public int ParameterCount { get; }
Property Value
| Type | Description |
|---|---|
| int |