Class PayrunJobEmployee
Inheritance
PayrunJobEmployee
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrunJobEmployee : ModelBase, IPayrunJobEmployee, IModel, IEquatable<IPayrunJobEmployee>
Constructors
PayrunJobEmployee()
Declaration
public PayrunJobEmployee()
PayrunJobEmployee(PayrunJobEmployee)
Declaration
public PayrunJobEmployee(PayrunJobEmployee copySource)
Parameters
Properties
EmployeeId
Declaration
[JsonPropertyOrder(100)]
public int EmployeeId { get; set; }
Property Value
Methods
Equals(IPayrunJobEmployee)
Declaration
public virtual bool Equals(IPayrunJobEmployee compare)
Parameters
Returns
GetUiString()
Declaration
public override string GetUiString()
Returns
Overrides
Implements
Extension Methods