Interface IPayrunJob
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrunJob : IModel, IAttributeObject, IEquatable<IPayrunJob>
Properties
CreatedReason
Declaration
string CreatedReason { get; set; }
Property Value
CreatedUserId
Declaration
int CreatedUserId { get; set; }
Property Value
Culture
Declaration
string Culture { get; set; }
Property Value
CycleEnd
Declaration
DateTime CycleEnd { get; set; }
Property Value
CycleName
Declaration
string CycleName { get; set; }
Property Value
CycleStart
Declaration
DateTime CycleStart { get; set; }
Property Value
DivisionId
Declaration
int DivisionId { get; set; }
Property Value
Employees
Declaration
List<PayrunJobEmployee> Employees { get; set; }
Property Value
ErrorMessage
Declaration
string ErrorMessage { get; set; }
Property Value
EvaluationDate
Declaration
DateTime? EvaluationDate { get; set; }
Property Value
Finished
Declaration
DateTime? Finished { get; set; }
Property Value
FinishedReason
Declaration
string FinishedReason { get; set; }
Property Value
FinishedUserId
Declaration
int? FinishedUserId { get; set; }
Property Value
Forecast
Declaration
string Forecast { get; set; }
Property Value
JobEnd
Declaration
DateTime? JobEnd { get; set; }
Property Value
JobResult
Declaration
PayrunJobResult JobResult { get; set; }
Property Value
JobStart
Declaration
DateTime JobStart { get; set; }
Property Value
JobStatus
Declaration
PayrunJobStatus JobStatus { get; set; }
Property Value
Message
Declaration
string Message { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
Owner
Declaration
string Owner { get; set; }
Property Value
ParentJobId
Declaration
int? ParentJobId { get; set; }
Property Value
PayrollId
Declaration
int PayrollId { get; set; }
Property Value
PayrollName
Declaration
string PayrollName { get; set; }
Property Value
PayrunId
Declaration
int PayrunId { get; set; }
Property Value
PayrunName
Declaration
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
Processed
Declaration
DateTime? Processed { get; set; }
Property Value
ProcessedEmployeeCount
Declaration
int ProcessedEmployeeCount { get; set; }
Property Value
ProcessedReason
Declaration
string ProcessedReason { get; set; }
Property Value
ProcessedUserId
Declaration
int? ProcessedUserId { get; set; }
Property Value
ReleasedReason
Declaration
string ReleasedReason { get; set; }
Property Value
ReleasedUserId
Declaration
int? ReleasedUserId { get; set; }
Property Value
RetroPayMode
Declaration
RetroPayMode RetroPayMode { get; set; }
Property Value
Declaration
List<string> Tags { get; set; }
Property Value
TotalEmployeeCount
Declaration
int TotalEmployeeCount { get; set; }
Property Value
UserIdentifier
Declaration
string UserIdentifier { get; set; }
Property Value
Extension Methods