Show / Hide Table of Contents

Interface ICalendar

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

Properties

CycleTimeUnit

Declaration
CalendarTimeUnit CycleTimeUnit { get; set; }
Property Value
Type Description
CalendarTimeUnit

FirstDayOfWeek

Declaration
DayOfWeek? FirstDayOfWeek { get; set; }
Property Value
Type Description
DayOfWeek?

FirstMonthOfYear

Declaration
Month? FirstMonthOfYear { get; set; }
Property Value
Type Description
Month?

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>

PeriodDayCount

Declaration
decimal? PeriodDayCount { get; set; }
Property Value
Type Description
decimal?

PeriodTimeUnit

Declaration
CalendarTimeUnit PeriodTimeUnit { get; set; }
Property Value
Type Description
CalendarTimeUnit

TimeMap

Declaration
CalendarTimeMap TimeMap { get; set; }
Property Value
Type Description
CalendarTimeMap

WeekMode

Declaration
CalendarWeekMode WeekMode { get; set; }
Property Value
Type Description
CalendarWeekMode

WorkFriday

Declaration
bool WorkFriday { get; set; }
Property Value
Type Description
bool

WorkMonday

Declaration
bool WorkMonday { get; set; }
Property Value
Type Description
bool

WorkSaturday

Declaration
bool WorkSaturday { get; set; }
Property Value
Type Description
bool

WorkSunday

Declaration
bool WorkSunday { get; set; }
Property Value
Type Description
bool

WorkThursday

Declaration
bool WorkThursday { get; set; }
Property Value
Type Description
bool

WorkTuesday

Declaration
bool WorkTuesday { get; set; }
Property Value
Type Description
bool

WorkWednesday

Declaration
bool WorkWednesday { get; set; }
Property Value
Type Description
bool

YearWeekRule

Declaration
CalendarWeekRule? YearWeekRule { get; set; }
Property Value
Type Description
CalendarWeekRule?

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