Class ActionPropertyAttribute
Attribute for action property
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class ActionPropertyAttribute : Attribute
Constructors
ActionPropertyAttribute(string, string)
Initializes a new instance of the ActionAttribute class
Declaration
public ActionPropertyAttribute(string description = null, string name = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | description | The property description |
| string | name | The property name (default prop-def name) |
Properties
Description
The property description
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The property name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |