Interface IPayroll
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayroll : IModel, IAttributeObject, IKeyEquatable<IPayroll>, IEquatable<IPayroll>
Properties
ClusterSetCase
Declaration
string ClusterSetCase { get; set; }
Property Value
ClusterSetCaseField
Declaration
string ClusterSetCaseField { get; set; }
Property Value
ClusterSetCaseValue
Declaration
string ClusterSetCaseValue { get; set; }
Property Value
ClusterSetCollector
Declaration
string ClusterSetCollector { get; set; }
Property Value
ClusterSetCollectorRetro
Declaration
string ClusterSetCollectorRetro { get; set; }
Property Value
ClusterSetWageType
Declaration
string ClusterSetWageType { get; set; }
Property Value
ClusterSetWageTypePeriod
Declaration
string ClusterSetWageTypePeriod { get; set; }
Property Value
ClusterSetWageTypeRetro
Declaration
string ClusterSetWageTypeRetro { get; set; }
Property Value
ClusterSets
Declaration
List<ClusterSet> ClusterSets { get; set; }
Property Value
Description
Declaration
string Description { get; set; }
Property Value
DescriptionLocalizations
Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
DivisionId
Declaration
int DivisionId { get; set; }
Property Value
DivisionName
Declaration
string DivisionName { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
NameLocalizations
Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Extension Methods