Interface IScript
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IScript : IModel, IKeyEquatable<IScript>, IEquatable<IScript>
Properties
FunctionTypes
Declaration
List<FunctionType> FunctionTypes { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
OverrideType
Declaration
OverrideType OverrideType { get; set; }
Property Value
Value
Declaration
string Value { get; set; }
Property Value
ValueFile
Declaration
string ValueFile { get; set; }
Property Value
Extension Methods