Show / Hide Table of Contents

Interface IPayroll

The payroll client object

Inherited Members
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)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayroll : IModel, IAttributeObject, IKeyEquatable<IPayroll>, IEquatable<IPayroll>

Properties

ClusterSetCase

The case cluster set (undefined: all)

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

ClusterSetCaseField

The case field cluster set (undefined: all)

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

ClusterSetCaseValue

The case value cluster set (undefined: none, *: all)

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

ClusterSetCollector

The collector cluster set (undefined: all)

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

ClusterSetCollectorRetro

The collector cluster set for retro payrun jobs (undefined: all)

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

ClusterSetWageType

The wage type cluster set (undefined: all)

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

ClusterSetWageTypePeriod

The wage type period result cluster set (undefined: none)

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

ClusterSetWageTypeRetro

The wage type cluster set for retro payrun jobs (undefined: all)

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

ClusterSets

Cluster sets

Declaration
List<ClusterSet> ClusterSets { get; set; }
Property Value
Type Description
List<ClusterSet>

Description

Payroll description

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

DescriptionLocalizations

The localized payroll descriptions

Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

DivisionId

The division id

Declaration
int DivisionId { get; set; }
Property Value
Type Description
int

DivisionName

The division name (client only)

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

Name

The payroll name

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

NameLocalizations

The localized payroll names

Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, 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