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