Show / Hide Table of Contents

Class ScriptPropertyProvider

Script action property provider

Inheritance
object
ScriptPropertyProvider
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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>
☀
☾
Back to top Generated by DocFX