Show / Hide Table of Contents

Interface IPayrollResult

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IEquatable<IPayrollResult>.Equals(IPayrollResult)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollResult : IModel, IEquatable<IPayrollResult>

Properties

CycleEnd

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

CycleName

Declaration
string CycleName { get; set; }
Property Value
Type Description
string

CycleStart

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

DivisionId

Declaration
int DivisionId { get; set; }
Property Value
Type Description
int

EmployeeId

Declaration
int EmployeeId { get; set; }
Property Value
Type Description
int

EmployeeIdentifier

Declaration
string EmployeeIdentifier { get; set; }
Property Value
Type Description
string

PayrollId

Declaration
int PayrollId { get; set; }
Property Value
Type Description
int

PayrunId

Declaration
int PayrunId { get; set; }
Property Value
Type Description
int

PayrunJobId

Declaration
int PayrunJobId { get; set; }
Property Value
Type Description
int

PayrunJobName

Declaration
string PayrunJobName { get; set; }
Property Value
Type Description
string

PeriodEnd

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

PeriodName

Declaration
string PeriodName { get; set; }
Property Value
Type Description
string

PeriodStart

Declaration
DateTime PeriodStart { 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