Show / Hide Table of Contents

Interface IEmployeeSet

The employee set client object

Inherited Members
IEmployee.Identifier
IEmployee.FirstName
IEmployee.LastName
IEmployee.Divisions
IEmployee.Culture
IEmployee.Calendar
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)
IEquatable<IEmployeeSet>.Equals(IEmployeeSet)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IEmployeeSet : IEmployee, IModel, IAttributeObject, IKeyEquatable<IEmployee>, IEquatable<IEmployee>, IEquatable<IEmployeeSet>

Properties

Cases

The employee case changes

Declaration
List<CaseChange> Cases { get; set; }
Property Value
Type Description
List<CaseChange>

Values

The employee case values

Declaration
List<CaseValue> Values { get; set; }
Property Value
Type Description
List<CaseValue>

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