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
End
Declaration
DateTime End { get; set; }
Property Value
PayrollResultId
Declaration
int PayrollResultId { get; set; }
Property Value
Start
Declaration
DateTime Start { get; set; }
Property Value
Declaration
List<string> Tags { 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