Show / Hide Table of Contents

Interface IRegulationSet

The payroll regulation client object

Inherited Members
IRegulation.Name
IRegulation.NameLocalizations
IRegulation.Namespace
IRegulation.Version
IRegulation.SharedRegulation
IRegulation.ValidFrom
IRegulation.Owner
IRegulation.Description
IRegulation.DescriptionLocalizations
IRegulation.BaseRegulations
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<IRegulation>.EqualKey(IRegulation)
IEquatable<IRegulation>.Equals(IRegulation)
IEquatable<IRegulationSet>.Equals(IRegulationSet)
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>

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