Class WageTypeResult
Inheritance
WageTypeResult
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class WageTypeResult
Constructors
WageTypeResult()
Declaration
Properties
Attributes
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
End
Declaration
public DateTime End { get; set; }
Property Value
Start
Declaration
public DateTime Start { get; set; }
Property Value
The wage type result tags
Declaration
public List<string> Tags { get; set; }
Property Value
Value
The wage type result value
Declaration
public decimal Value { get; set; }
Property Value
WageTypeName
Declaration
public string WageTypeName { get; set; }
Property Value
WageTypeNumber
Declaration
public decimal WageTypeNumber { get; set; }
Property Value
Operators
implicit operator decimal(WageTypeResult)
Convert wage type result to decimal
Declaration
public static implicit operator decimal(WageTypeResult result)
Parameters
Returns
implicit operator decimal?(WageTypeResult)
Convert wage type result to nullable decimal
Declaration
public static implicit operator decimal?(WageTypeResult result)
Parameters
Returns
Extension Methods