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