Interface IPayrollLayer
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollLayer : IModel, IAttributeObject, IKeyEquatable<IPayrollLayer>, IEquatable<IPayrollLayer>
Properties
Level
Declaration
int Level { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Priority
Declaration
int Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RegulationName
Declaration
string RegulationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |