Interface IWageTypeResult
The wage type result client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWageTypeResult : IModel, IAttributeObject, IEquatable<IWageTypeResult>, INumericValueResult
Properties
Culture
The wage type result culture name based on RFC 4646
Declaration
string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
End
The ending date for the value (immutable)
Declaration
DateTime End { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
PayrollResultId
The payroll result id (immutable)
Declaration
int PayrollResultId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Start
The starting date for the value (immutable)
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> |
ValueType
The value type (immutable)
Declaration
ValueType ValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| ValueType |
WageTypeId
The wage type id (immutable)
Declaration
int WageTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
WageTypeName
The wage type name (immutable)
Declaration
string WageTypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WageTypeNameLocalizations
The localized wage type names (immutable)
Declaration
Dictionary<string, string> WageTypeNameLocalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
WageTypeNumber
The wage type number (immutable)
Declaration
decimal WageTypeNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |