Interface IRegulationSet
The payroll regulation client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IRegulationSet : IRegulation, IModel, IAttributeObject, IKeyEquatable<IRegulation>, IEquatable<IRegulation>, IEquatable<IRegulationSet>
Properties
CaseRelations
The regulation case relations
Declaration
List<CaseRelation> CaseRelations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseRelation> |
Cases
The regulation cases
Declaration
List<CaseSet> Cases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseSet> |
Collectors
The regulation collectors
Declaration
List<Collector> Collectors { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Collector> |
Lookups
The regulation lookups (including lookup values)
Declaration
List<LookupSet> Lookups { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LookupSet> |
Reports
The regulation reports
Declaration
List<ReportSet> Reports { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ReportSet> |
Scripts
The regulation scripts
Declaration
List<Script> Scripts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Script> |
WageTypes
The regulation wage types
Declaration
List<WageType> WageTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<WageType> |