Show / Hide Table of Contents

Interface IPayrun

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

Properties

DefaultReason

Declaration
string DefaultReason { get; set; }
Property Value
Type Description
string

DefaultReasonLocalizations

Declaration
Dictionary<string, string> DefaultReasonLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

EmployeeAvailableExpression

Declaration
string EmployeeAvailableExpression { get; set; }
Property Value
Type Description
string

EmployeeAvailableExpressionFile

Declaration
string EmployeeAvailableExpressionFile { get; set; }
Property Value
Type Description
string

EmployeeEndExpression

Declaration
string EmployeeEndExpression { get; set; }
Property Value
Type Description
string

EmployeeEndExpressionFile

Declaration
string EmployeeEndExpressionFile { get; set; }
Property Value
Type Description
string

EmployeeStartExpression

Declaration
string EmployeeStartExpression { get; set; }
Property Value
Type Description
string

EmployeeStartExpressionFile

Declaration
string EmployeeStartExpressionFile { get; set; }
Property Value
Type Description
string

EndExpression

Declaration
string EndExpression { get; set; }
Property Value
Type Description
string

EndExpressionFile

Declaration
string EndExpressionFile { get; set; }
Property Value
Type Description
string

Name

Declaration
string Name { get; set; }
Property Value
Type Description
string

NameLocalizations

Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

PayrollId

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

PayrollName

Declaration
string PayrollName { get; set; }
Property Value
Type Description
string

PayrunParameters

Declaration
List<PayrunParameter> PayrunParameters { get; set; }
Property Value
Type Description
List<PayrunParameter>

RetroTimeType

Declaration
RetroTimeType RetroTimeType { get; set; }
Property Value
Type Description
RetroTimeType

StartExpression

Declaration
string StartExpression { get; set; }
Property Value
Type Description
string

StartExpressionFile

Declaration
string StartExpressionFile { get; set; }
Property Value
Type Description
string

WageTypeAvailableExpression

Declaration
string WageTypeAvailableExpression { get; set; }
Property Value
Type Description
string

WageTypeAvailableExpressionFile

Declaration
string WageTypeAvailableExpressionFile { 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