Interface IEmployee
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IEmployee : IModel, IAttributeObject, IKeyEquatable<IEmployee>, IEquatable<IEmployee>
Properties
Calendar
Declaration
string Calendar { get; set; }
Property Value
Culture
Declaration
string Culture { get; set; }
Property Value
Divisions
Declaration
List<string> Divisions { get; set; }
Property Value
FirstName
Declaration
string FirstName { get; set; }
Property Value
Identifier
Declaration
string Identifier { get; set; }
Property Value
LastName
Declaration
string LastName { get; set; }
Property Value
Extension Methods