Show / Hide Table of Contents

Class ScriptCalendar

Script calendar

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

Constructors

View Source

ScriptCalendar(ScriptConfiguration, string, string)

Initializes a new instance of the ScriptCalendar class

Declaration
public ScriptCalendar(ScriptConfiguration configuration, string tenantCalendar, string culture = null)
Parameters
Type Name Description
ScriptConfiguration configuration

The scripting configuration

string tenantCalendar

The payroll calendar

string culture

The culture

Properties

View Source

CalendarName

The payroll calendar

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

Configuration

The scripting configuration

Declaration
public ScriptConfiguration Configuration { get; }
Property Value
Type Description
ScriptConfiguration
View Source

Culture

The culture

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

CultureName

The culture name

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

EvaluationDate

The evaluation date

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

PeriodDate

The regulation date

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

RegulationDate

The regulation date

Declaration
public DateTime RegulationDate { get; }
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