Interface IWageTypeResult
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWageTypeResult : IModel, IAttributeObject, IEquatable<IWageTypeResult>, INumericValueResult
Properties
Culture
Declaration
string Culture { get; set; }
Property Value
DivisionId
Declaration
int DivisionId { get; set; }
Property Value
EmployeeId
Declaration
int EmployeeId { get; set; }
Property Value
End
Declaration
DateTime End { get; set; }
Property Value
Forecast
Declaration
string Forecast { get; set; }
Property Value
ParentJobId
Declaration
int? ParentJobId { get; set; }
Property Value
PayrollResultId
Declaration
int PayrollResultId { get; set; }
Property Value
PayrunJobId
Declaration
int PayrunJobId { get; set; }
Property Value
Start
Declaration
DateTime Start { get; set; }
Property Value
Declaration
List<string> Tags { get; set; }
Property Value
TenantId
Declaration
int TenantId { get; set; }
Property Value
ValueType
Declaration
ValueType ValueType { get; set; }
Property Value
WageTypeId
Declaration
int WageTypeId { get; set; }
Property Value
WageTypeName
Declaration
string WageTypeName { get; set; }
Property Value
WageTypeNameLocalizations
Declaration
Dictionary<string, string> WageTypeNameLocalizations { get; set; }
Property Value
WageTypeNumber
Declaration
decimal WageTypeNumber { get; set; }
Property Value
Extension Methods