Class DevelopmentScript
Script for development
Inherited Members
Namespace: PayrollEngine.Client.Script
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class DevelopmentScript
Constructors
DevelopmentScript()
Declaration
public DevelopmentScript()
Properties
ClassName
The class name
Declaration
public string ClassName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Content
The script content
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FunctionType
The scripting function type
Declaration
public FunctionType? FunctionType { get; set; }
Property Value
| Type | Description |
|---|---|
| FunctionType? |
FunctionTypes
The scripting function types
Declaration
public List<FunctionType> FunctionTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<FunctionType> |
OwnerId
The owner id
Declaration
public int OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ScriptName
The script name
Declaration
public string ScriptName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |