Interface IScript
The payroll script client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IScript : IModel, IKeyEquatable<IScript>, IEquatable<IScript>
Properties
FunctionTypes
The scripting function types
Declaration
List<FunctionType> FunctionTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<FunctionType> |
Name
The script name (immutable)
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OverrideType
The override type
Declaration
OverrideType OverrideType { get; set; }
Property Value
| Type | Description |
|---|---|
| OverrideType |
Value
The script content
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueFile
The script file name
Declaration
string ValueFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |