Show / Hide Table of Contents

Interface IPayrollLayer

The payroll layer client object

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<IPayrollLayer>.EqualKey(IPayrollLayer)
IEquatable<IPayrollLayer>.Equals(IPayrollLayer)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollLayer : IModel, IAttributeObject, IKeyEquatable<IPayrollLayer>, IEquatable<IPayrollLayer>

Properties

Level

The layer level

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

Priority

The layer priority (default: 1)

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

RegulationName

The regulation name

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