Show / Hide Table of Contents

Interface IRetroPayrunJob

The retro payrun job client object

Inherited Members
IEquatable<IRetroPayrunJob>.Equals(IRetroPayrunJob)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IRetroPayrunJob : IEquatable<IRetroPayrunJob>

Properties

ResultTags

The result tags

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

ScheduleDate

The schedule date

Declaration
DateTime ScheduleDate { get; set; }
Property Value
Type Description
DateTime

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