Interface IPayrunParameter
The payrun parameter client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrunParameter : IModel, IAttributeObject, IKeyEquatable<IPayrunParameter>, IEquatable<IPayrunParameter>
Properties
Description
The payrun parameter description
Declaration
string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DescriptionLocalizations
The localized payrun parameter descriptions
Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Mandatory
The parameter mandatory state
Declaration
bool Mandatory { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
The payrun parameter name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NameLocalizations
The localized wage type names
Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Value
The parameter value (JSON)
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueType
The parameter value type
Declaration
ValueType ValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| ValueType |