Show / Hide Table of Contents

Interface IRegulationSet

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

Declaration
List<CaseRelation> CaseRelations { get; set; }
Property Value
Type Description
List<CaseRelation>

Cases

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

Collectors

Declaration
List<Collector> Collectors { get; set; }
Property Value
Type Description
List<Collector>

Lookups

Declaration
List<LookupSet> Lookups { get; set; }
Property Value
Type Description
List<LookupSet>

Reports

Declaration
List<ReportSet> Reports { get; set; }
Property Value
Type Description
List<ReportSet>

Scripts

Declaration
List<Script> Scripts { get; set; }
Property Value
Type Description
List<Script>

WageTypes

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