Show / Hide Table of Contents

Class RetroPayrunJob

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()

Declaration
public RetroPayrunJob()

RetroPayrunJob(IRetroPayrunJob)

Declaration
public RetroPayrunJob(IRetroPayrunJob copySource)
Parameters
Type Name Description
IRetroPayrunJob copySource

Properties

ResultTags

Declaration
public List<string> ResultTags { get; set; }
Property Value
Type Description
List<string>

ScheduleDate

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