Class ScriptPropertyProvider
Script action property provider
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public static class ScriptPropertyProvider
Methods
GetProperties(FunctionType, bool)
Get function properties names by function type
Declaration
public static List<ActionPropertyInfo> GetProperties(FunctionType functionType, bool readOnly = true)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionType | functionType | The function type |
| bool | readOnly | Read only properties (default: true) |
Returns
| Type | Description |
|---|---|
| List<ActionPropertyInfo> |