Class PayrunJobEmployee
The payrun job client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrunJobEmployee : ModelBase, IPayrunJobEmployee, IModel, IEquatable<IPayrunJobEmployee>
Constructors
PayrunJobEmployee()
Initializes a new instance
Declaration
public PayrunJobEmployee()
PayrunJobEmployee(PayrunJobEmployee)
Initializes a new instance from a copy
Declaration
public PayrunJobEmployee(PayrunJobEmployee copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrunJobEmployee | copySource | The copy source |
Properties
EmployeeId
The employee id (immutable)
Declaration
[JsonPropertyOrder(100)]
public int EmployeeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Equals(IPayrunJobEmployee)
Declaration
public virtual bool Equals(IPayrunJobEmployee compare)
Parameters
| Type | Name | Description |
|---|---|---|
| IPayrunJobEmployee | compare |
Returns
| Type | Description |
|---|---|
| bool |
GetUiString()
The object UI string
Declaration
public override string GetUiString()
Returns
| Type | Description |
|---|---|
| string |