Interface IPayrunResult
The payrun result client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrunResult : IModel, IAttributeObject, IEquatable<IPayrunResult>
Properties
Culture
The payrun result culture name based on RFC 4646
Declaration
string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DivisionId
The division id (denormalized, immutable)
Declaration
int DivisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
EmployeeId
The employee id (denormalized, immutable)
Declaration
int EmployeeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
End
The period ending date for the value
Declaration
DateTime End { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Forecast
The forecast name (denormalized, immutable)
Declaration
string Forecast { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The case field name (immutable)
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NameLocalizations
The localized result names
Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
NumericValue
The numeric result value (immutable)
Declaration
decimal? NumericValue { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
ParentJobId
The parent payrun job id (denormalized, immutable)
Declaration
int? ParentJobId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PayrollResultId
The payroll result id (immutable)
Declaration
int PayrollResultId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PayrunJobId
The payrun job id (denormalized, immutable)
Declaration
int PayrunJobId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Slot
The result slot (immutable)
Declaration
string Slot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Source
The result source (immutable)
Declaration
string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Start
The period starting date for the value
Declaration
DateTime Start { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Tags
The result tags
Declaration
List<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
TenantId
The tenant id (denormalized, immutable)
Declaration
int TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Value
The result value (immutable)
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueType
The value type (immutable)
Declaration
ValueType ValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| ValueType |