Class Employee
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class Employee : ModelBase, IEmployee, IModel, IAttributeObject, IKeyEquatable<IEmployee>, IEquatable<IEmployee>, IIdentifierObject
Constructors
Employee()
Declaration
Employee(Employee)
Declaration
public Employee(Employee copySource)
Parameters
| Type |
Name |
Description |
| Employee |
copySource |
|
Properties
Attributes
Declaration
[JsonPropertyOrder(106)]
public Dictionary<string, object> Attributes { get; set; }
Property Value
Calendar
Declaration
[StringLength(128)]
[JsonPropertyOrder(105)]
public string Calendar { get; set; }
Property Value
Culture
Declaration
[StringLength(128)]
[JsonPropertyOrder(104)]
public string Culture { get; set; }
Property Value
Divisions
Declaration
[JsonPropertyOrder(103)]
public List<string> Divisions { get; set; }
Property Value
FirstName
Declaration
[StringLength(128)]
[JsonPropertyOrder(101)]
public string FirstName { get; set; }
Property Value
Identifier
Declaration
[Required]
[StringLength(128)]
[JsonPropertyOrder(100)]
public string Identifier { get; set; }
Property Value
LastName
Declaration
[Required]
[StringLength(128)]
[JsonPropertyOrder(102)]
public string LastName { get; set; }
Property Value
Methods
EqualKey(IEmployee)
Declaration
public virtual bool EqualKey(IEmployee compare)
Parameters
Returns
Equals(IEmployee)
Declaration
public virtual bool Equals(IEmployee compare)
Parameters
Returns
GetUiString()
Declaration
public override string GetUiString()
Returns
Overrides
Implements
Extension Methods