Show / Hide Table of Contents

Interface IScript

The payroll script client object

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IKeyEquatable<IScript>.EqualKey(IScript)
IEquatable<IScript>.Equals(IScript)
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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX