Show / Hide Table of Contents

Interface IPayrollResultValue

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

Properties

Attributes

Declaration
Dictionary<string, object> Attributes { get; set; }
Property Value
Type Description
Dictionary<string, object>

Created

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

Culture

Declaration
[StringLength(128)]
string Culture { get; set; }
Property Value
Type Description
string

CycleName

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

DivisionId

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

DivisionName

Declaration
[StringLength(128)]
string DivisionName { get; set; }
Property Value
Type Description
string

EmployeeId

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

EmployeeIdentifier

Declaration
[StringLength(128)]
string EmployeeIdentifier { get; set; }
Property Value
Type Description
string

Forecast

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

JobId

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

JobName

Declaration
[StringLength(128)]
string JobName { get; set; }
Property Value
Type Description
string

JobReason

Declaration
[StringLength(128)]
string JobReason { get; set; }
Property Value
Type Description
string

JobStatus

Declaration
PayrunJobStatus JobStatus { get; set; }
Property Value
Type Description
PayrunJobStatus

KindName

Declaration
[StringLength(128)]
string KindName { get; set; }
Property Value
Type Description
string

PayrollId

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

PayrollName

Declaration
[StringLength(128)]
string PayrollName { get; set; }
Property Value
Type Description
string

PayrollResultId

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

PayrunId

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

PayrunName

Declaration
[StringLength(128)]
string PayrunName { 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

ResultCreated

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

ResultCulture

Declaration
[StringLength(128)]
string ResultCulture { get; set; }
Property Value
Type Description
string

ResultEnd

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

ResultId

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

ResultKind

Declaration
ResultKind ResultKind { get; set; }
Property Value
Type Description
ResultKind

ResultNumber

Declaration
decimal ResultNumber { get; set; }
Property Value
Type Description
decimal

ResultNumericValue

Declaration
decimal? ResultNumericValue { get; set; }
Property Value
Type Description
decimal?

ResultParentId

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

ResultStart

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

ResultTags

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

ResultType

Declaration
ValueType ResultType { get; set; }
Property Value
Type Description
ValueType

ResultValue

Declaration
[StringLength(128)]
string ResultValue { get; set; }
Property Value
Type Description
string

UserId

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

UserIdentifier

Declaration
[StringLength(128)]
string UserIdentifier { get; set; }
Property Value
Type Description
string

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