Class PayrunResult
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrunResult : ModelBase, IPayrunResult, IModel, IAttributeObject, IEquatable<IPayrunResult>, INameObject
Constructors
PayrunResult()
Declaration
PayrunResult(PayrunResult)
Declaration
public PayrunResult(PayrunResult copySource)
Parameters
Properties
Attributes
Declaration
[JsonPropertyOrder(112)]
public Dictionary<string, object> Attributes { get; set; }
Property Value
Culture
Declaration
[JsonPropertyOrder(107)]
public string Culture { get; set; }
Property Value
DivisionId
Declaration
[JsonPropertyOrder(115)]
public int DivisionId { get; set; }
Property Value
EmployeeId
Declaration
[JsonPropertyOrder(114)]
public int EmployeeId { get; set; }
Property Value
End
Declaration
[JsonPropertyOrder(110)]
public DateTime End { get; set; }
Property Value
Forecast
Declaration
[JsonPropertyOrder(117)]
public string Forecast { get; set; }
Property Value
Name
Declaration
[Required]
[JsonPropertyOrder(100)]
public string Name { get; set; }
Property Value
NameLocalizations
Declaration
[JsonPropertyOrder(101)]
public Dictionary<string, string> NameLocalizations { get; set; }
Property Value
NumericValue
Declaration
[JsonPropertyOrder(108)]
public decimal? NumericValue { get; set; }
Property Value
ParentJobId
Declaration
[JsonPropertyOrder(118)]
public int? ParentJobId { get; set; }
Property Value
PayrollResultId
Declaration
[JsonPropertyOrder(102)]
public int PayrollResultId { get; set; }
Property Value
PayrunJobId
Declaration
[JsonPropertyOrder(116)]
public int PayrunJobId { get; set; }
Property Value
Slot
Declaration
[JsonPropertyOrder(104)]
public string Slot { get; set; }
Property Value
Source
Declaration
[JsonPropertyOrder(103)]
public string Source { get; set; }
Property Value
Start
Declaration
[JsonPropertyOrder(109)]
public DateTime Start { get; set; }
Property Value
Declaration
[JsonPropertyOrder(111)]
public List<string> Tags { get; set; }
Property Value
TenantId
Declaration
[JsonPropertyOrder(113)]
public int TenantId { get; set; }
Property Value
Value
Declaration
[Required]
[JsonPropertyOrder(106)]
public string Value { get; set; }
Property Value
ValueType
Declaration
[JsonPropertyOrder(105)]
public ValueType ValueType { get; set; }
Property Value
Methods
Equals(IPayrunResult)
Declaration
public virtual bool Equals(IPayrunResult compare)
Parameters
Returns
GetUiString()
Declaration
public override string GetUiString()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods