Class RetroPayrunJob
The retro payrun job client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class RetroPayrunJob : IRetroPayrunJob, IEquatable<IRetroPayrunJob>
Constructors
RetroPayrunJob()
Initializes a new instance
Declaration
public RetroPayrunJob()
RetroPayrunJob(IRetroPayrunJob)
Initializes a new instance from a copy
Declaration
public RetroPayrunJob(IRetroPayrunJob copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| IRetroPayrunJob | copySource | The copy source |
Properties
ResultTags
The result tags
Declaration
public List<string> ResultTags { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
ScheduleDate
The schedule date
Declaration
[Required]
public DateTime ScheduleDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
Equals(IRetroPayrunJob)
Declaration
public virtual bool Equals(IRetroPayrunJob compare)
Parameters
| Type | Name | Description |
|---|---|---|
| IRetroPayrunJob | compare |
Returns
| Type | Description |
|---|---|
| bool |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |