Class ActionPropertyInfo
Action property info
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class ActionPropertyInfo
Constructors
View SourceActionPropertyInfo()
Declaration
public ActionPropertyInfo()
Properties
View SourceDescription
The property description
Declaration
public string Description { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
FunctionType
The property name
Declaration
public FunctionType FunctionType { get; init; }
Property Value
| Type | Description |
|---|---|
| FunctionType |
Name
The property name
Declaration
public string Name { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
ReadOnly
Readonly property
Declaration
public bool ReadOnly { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
Type
The property type
Declaration
public Type Type { get; init; }
Property Value
| Type | Description |
|---|---|
| Type |