Class CollectorCustomResult
Inheritance
CollectorCustomResult
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CollectorCustomResult
Constructors
View Source
CollectorCustomResult()
Declaration
public CollectorCustomResult()
Properties
View Source
Attributes
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
View Source
CollectorName
Declaration
public string CollectorName { get; set; }
Property Value
View Source
End
Declaration
public DateTime End { 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 collector custom result tags
Declaration
public List<string> Tags { get; set; }
Property Value
View Source
Value
The collector custom result value
Declaration
public decimal Value { get; set; }
Property Value
Operators
View Source
implicit operator decimal(CollectorCustomResult)
Convert collector custom result to decimal
Declaration
public static implicit operator decimal(CollectorCustomResult result)
Parameters
Returns
View Source
implicit operator decimal?(CollectorCustomResult)
Convert collector custom result to nullable decimal
Declaration
public static implicit operator decimal?(CollectorCustomResult result)
Parameters
Returns
Extension Methods