Interface IPayrunJobInvocation
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrunJobInvocation : IEquatable<IPayrunJobInvocation>
Properties
Attributes
Declaration
Dictionary<string, object> Attributes { get; set; }
Property Value
EmployeeIdentifiers
Declaration
List<string> EmployeeIdentifiers { get; set; }
Property Value
EvaluationDate
Declaration
DateTime? EvaluationDate { get; set; }
Property Value
Forecast
Declaration
string Forecast { get; set; }
Property Value
JobResult
Declaration
PayrunJobResult JobResult { get; set; }
Property Value
JobStatus
Declaration
PayrunJobStatus JobStatus { get; set; }
Property Value
LogLevel
Declaration
LogLevel LogLevel { 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
PayrunJobId
Declaration
int? PayrunJobId { get; set; }
Property Value
PayrunName
Declaration
string PayrunName { get; set; }
Property Value
PeriodStart
Declaration
DateTime PeriodStart { get; set; }
Property Value
Reason
Declaration
string Reason { get; set; }
Property Value
RetroJobs
Declaration
List<RetroPayrunJob> RetroJobs { get; set; }
Property Value
RetroPayMode
Declaration
RetroPayMode RetroPayMode { get; set; }
Property Value
StoreEmptyResults
Declaration
bool StoreEmptyResults { get; set; }
Property Value
Declaration
List<string> Tags { get; set; }
Property Value
UserIdentifier
Declaration
string UserIdentifier { get; set; }
Property Value
Extension Methods