Show / Hide Table of Contents

Class ScriptConfiguration

The Payroll script configuration

Inheritance
object
ScriptConfiguration
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class ScriptConfiguration

Constructors

View Source

ScriptConfiguration()

Declaration
public ScriptConfiguration()

Properties

View Source

CalendarName

The calendar name

Declaration
public string CalendarName { get; set; }
Property Value
Type Description
string
View Source

CultureName

The culture name

Declaration
public string CultureName { get; set; }
Property Value
Type Description
string
View Source

EvaluationDate

The evaluation date

Declaration
public DateTime EvaluationDate { get; set; }
Property Value
Type Description
DateTime
View Source

PeriodDate

The period date

Declaration
public DateTime PeriodDate { get; set; }
Property Value
Type Description
DateTime
View Source

RegulationDate

The regulation date

Declaration
public DateTime RegulationDate { get; set; }
Property Value
Type Description
DateTime

Methods

View Source

ToString()

Returns a string that represents this instance

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

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)
  • View Source
☀
☾
Back to top Generated by DocFX