Interface IWageTypeResultSet
The wage type result set client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWageTypeResultSet : IWageTypeResult, IModel, IAttributeObject, IEquatable<IWageTypeResult>, INumericValueResult, IEquatable<IWageTypeResultSet>
Properties
CustomResults
The wage type custom results (immutable)
Declaration
List<WageTypeCustomResult> CustomResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<WageTypeCustomResult> |