Show / Hide Table of Contents

Interface IPayrollSet

The payroll client object

Inherited Members
IPayroll.Name
IPayroll.NameLocalizations
IPayroll.Description
IPayroll.DescriptionLocalizations
IPayroll.DivisionId
IPayroll.DivisionName
IPayroll.ClusterSetCase
IPayroll.ClusterSetCaseField
IPayroll.ClusterSetCollector
IPayroll.ClusterSetCollectorRetro
IPayroll.ClusterSetWageType
IPayroll.ClusterSetWageTypeRetro
IPayroll.ClusterSetCaseValue
IPayroll.ClusterSetWageTypePeriod
IPayroll.ClusterSets
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<IPayroll>.EqualKey(IPayroll)
IEquatable<IPayroll>.Equals(IPayroll)
IEquatable<IPayrollSet>.Equals(IPayrollSet)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollSet : IPayroll, IModel, IAttributeObject, IKeyEquatable<IPayroll>, IEquatable<IPayroll>, IEquatable<IPayrollSet>

Properties

Cases

The case change setups

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

Layers

The payroll layers

Declaration
List<PayrollLayer> Layers { get; set; }
Property Value
Type Description
List<PayrollLayer>

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