Class WageTypeResultSet
The wage type result set client object
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class WageTypeResultSet : WageTypeResult, IWageTypeResultSet, IWageTypeResult, IModel, IAttributeObject, IEquatable<IWageTypeResult>, INumericValueResult, IEquatable<IWageTypeResultSet>
Constructors
WageTypeResultSet()
Initializes a new instance
Declaration
public WageTypeResultSet()
WageTypeResultSet(WageTypeResult)
Initializes a new instance from a copy
Declaration
public WageTypeResultSet(WageTypeResult copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| WageTypeResult | copySource | The copy source |
WageTypeResultSet(WageTypeResultSet)
Initializes a new instance from a copy
Declaration
public WageTypeResultSet(WageTypeResultSet copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| WageTypeResultSet | copySource | The copy source |
Properties
CustomResults
The wage type custom results (immutable)
Declaration
[JsonPropertyOrder(200)]
public List<WageTypeCustomResult> CustomResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<WageTypeCustomResult> |
Methods
Equals(IWageTypeResultSet)
Declaration
public virtual bool Equals(IWageTypeResultSet compare)
Parameters
| Type | Name | Description |
|---|---|---|
| IWageTypeResultSet | compare |
Returns
| Type | Description |
|---|---|
| bool |
ToString()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance |