Show / Hide Table of Contents

Class RetroPayrunJob

The retro payrun job client object

Inheritance
object
RetroPayrunJob
Implements
IRetroPayrunJob
IEquatable<IRetroPayrunJob>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
Overrides
object.ToString()

Implements

IRetroPayrunJob
IEquatable<T>

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX