Show / Hide Table of Contents

Interface IEmployee

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<IEmployee>.EqualKey(IEmployee)
IEquatable<IEmployee>.Equals(IEmployee)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IEmployee : IModel, IAttributeObject, IKeyEquatable<IEmployee>, IEquatable<IEmployee>

Properties

Calendar

Declaration
string Calendar { get; set; }
Property Value
Type Description
string

Culture

Declaration
string Culture { get; set; }
Property Value
Type Description
string

Divisions

Declaration
List<string> Divisions { get; set; }
Property Value
Type Description
List<string>

FirstName

Declaration
string FirstName { get; set; }
Property Value
Type Description
string

Identifier

Declaration
string Identifier { get; set; }
Property Value
Type Description
string

LastName

Declaration
string LastName { get; set; }
Property Value
Type Description
string

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX