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