Show / Hide Table of Contents

Class PayrollResultValue

Inheritance
object
PayrollResultValue
Implements
IPayrollResultValue
IEquatable<IPayrollResultValue>
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 PayrollResultValue : IPayrollResultValue, IEquatable<IPayrollResultValue>

Constructors

PayrollResultValue()

Declaration
public PayrollResultValue()

PayrollResultValue(IPayrollResultValue)

Declaration
public PayrollResultValue(IPayrollResultValue copySource)
Parameters
Type Name Description
IPayrollResultValue copySource

Properties

Attributes

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

Created

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

Culture

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

CycleName

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

DivisionId

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

DivisionName

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

EmployeeId

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

EmployeeIdentifier

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

Forecast

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

JobId

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

JobName

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

JobReason

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

JobStatus

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

KindName

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

PayrollId

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

PayrollName

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

PayrollResultId

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

PayrunId

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

PayrunName

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

PeriodEnd

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

PeriodName

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

PeriodStart

Declaration
public DateTime PeriodStart { get; set; }
Property Value
Type Description
DateTime

ResultCreated

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

ResultCulture

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

ResultEnd

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

ResultId

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

ResultKind

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

ResultNumber

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

ResultNumericValue

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

ResultParentId

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

ResultStart

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

ResultTags

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

ResultType

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

ResultValue

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

UserId

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

UserIdentifier

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

Methods

Equals(IPayrollResultValue)

Declaration
public virtual bool Equals(IPayrollResultValue compare)
Parameters
Type Name Description
IPayrollResultValue compare
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IPayrollResultValue
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