Class PayrollResultValue
Inheritance
PayrollResultValue
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrollResultValue : IPayrollResultValue, IEquatable<IPayrollResultValue>
Constructors
PayrollResultValue()
Declaration
public PayrollResultValue()
PayrollResultValue(IPayrollResultValue)
Declaration
public PayrollResultValue(IPayrollResultValue copySource)
Parameters
Properties
Attributes
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Created
Declaration
public DateTime Created { get; set; }
Property Value
Culture
Declaration
[StringLength(128)]
public string Culture { get; set; }
Property Value
CycleName
Declaration
public string CycleName { get; set; }
Property Value
DivisionId
Declaration
public int DivisionId { get; set; }
Property Value
DivisionName
Declaration
[StringLength(128)]
public string DivisionName { get; set; }
Property Value
EmployeeId
Declaration
public int EmployeeId { get; set; }
Property Value
EmployeeIdentifier
Declaration
[StringLength(128)]
public string EmployeeIdentifier { get; set; }
Property Value
Forecast
Declaration
public string Forecast { get; set; }
Property Value
JobId
Declaration
public int JobId { get; set; }
Property Value
JobName
Declaration
[StringLength(128)]
public string JobName { get; set; }
Property Value
JobReason
Declaration
[StringLength(128)]
public string JobReason { get; set; }
Property Value
JobStatus
Declaration
public PayrunJobStatus JobStatus { get; set; }
Property Value
KindName
Declaration
[StringLength(128)]
public string KindName { get; set; }
Property Value
PayrollId
Declaration
public int PayrollId { get; set; }
Property Value
PayrollName
Declaration
[StringLength(128)]
public string PayrollName { get; set; }
Property Value
PayrollResultId
Declaration
public int PayrollResultId { get; set; }
Property Value
PayrunId
Declaration
public int PayrunId { get; set; }
Property Value
PayrunName
Declaration
[StringLength(128)]
public string PayrunName { get; set; }
Property Value
PeriodEnd
Declaration
public DateTime PeriodEnd { get; set; }
Property Value
PeriodName
Declaration
public string PeriodName { get; set; }
Property Value
PeriodStart
Declaration
public DateTime PeriodStart { get; set; }
Property Value
ResultCreated
Declaration
public DateTime ResultCreated { get; set; }
Property Value
ResultCulture
Declaration
[StringLength(128)]
public string ResultCulture { get; set; }
Property Value
ResultEnd
Declaration
public DateTime ResultEnd { get; set; }
Property Value
ResultId
Declaration
public int ResultId { get; set; }
Property Value
ResultKind
Declaration
public ResultKind ResultKind { get; set; }
Property Value
ResultNumber
Declaration
public decimal ResultNumber { get; set; }
Property Value
ResultNumericValue
Declaration
public decimal? ResultNumericValue { get; set; }
Property Value
ResultParentId
Declaration
public int ResultParentId { get; set; }
Property Value
ResultStart
Declaration
public DateTime ResultStart { get; set; }
Property Value
Declaration
public List<string> ResultTags { get; set; }
Property Value
ResultType
Declaration
public ValueType ResultType { get; set; }
Property Value
ResultValue
Declaration
[StringLength(128)]
public string ResultValue { get; set; }
Property Value
UserId
Declaration
public int UserId { get; set; }
Property Value
UserIdentifier
Declaration
[StringLength(128)]
public string UserIdentifier { get; set; }
Property Value
Methods
Equals(IPayrollResultValue)
Declaration
public virtual bool Equals(IPayrollResultValue compare)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods