Show / Hide Table of Contents

Class CronExpressionDayOfWeekBuilder

Inheritance
System.Object
CronExpressionDayOfWeekBuilder
Namespace:InfinniPlatform.Scheduler
Assembly:InfinniPlatform.Scheduler.Abstractions.dll
Syntax
public class CronExpressionDayOfWeekBuilder : object, ICronExpressionDayOfWeekBuilder

Constructors

| Improve this Doc View Source

CronExpressionDayOfWeekBuilder()

Declaration
public CronExpressionDayOfWeekBuilder()

Methods

| Improve this Doc View Source

Build()

Declaration
public string Build()
Returns
Type Description
System.String
| Improve this Doc View Source

Each(DayOfWeek)

Declaration
public ICronExpressionDayOfWeekBuilder Each(DayOfWeek dayOfWeek)
Parameters
Type Name Description
DayOfWeek dayOfWeek
Returns
Type Description
ICronExpressionDayOfWeekBuilder
Implements
ICronExpressionDayOfWeekBuilder.Each(DayOfWeek)
| Improve this Doc View Source

Each(DayOfWeek, Int32)

Declaration
public ICronExpressionDayOfWeekBuilder Each(DayOfWeek dayOfWeek, int interval)
Parameters
Type Name Description
DayOfWeek dayOfWeek
System.Int32 interval
Returns
Type Description
ICronExpressionDayOfWeekBuilder
Implements
ICronExpressionDayOfWeekBuilder.Each(DayOfWeek, Int32)
| Improve this Doc View Source

EachLast(DayOfWeek)

Declaration
public ICronExpressionDayOfWeekBuilder EachLast(DayOfWeek dayOfWeek)
Parameters
Type Name Description
DayOfWeek dayOfWeek
Returns
Type Description
ICronExpressionDayOfWeekBuilder
Implements
ICronExpressionDayOfWeekBuilder.EachLast(DayOfWeek)
| Improve this Doc View Source

EachNth(DayOfWeek, Int32)

Declaration
public ICronExpressionDayOfWeekBuilder EachNth(DayOfWeek dayOfWeek, int orderNumber)
Parameters
Type Name Description
DayOfWeek dayOfWeek
System.Int32 orderNumber
Returns
Type Description
ICronExpressionDayOfWeekBuilder
Implements
ICronExpressionDayOfWeekBuilder.EachNth(DayOfWeek, Int32)
| Improve this Doc View Source

EachOfRange(DayOfWeek, DayOfWeek)

Declaration
public ICronExpressionDayOfWeekBuilder EachOfRange(DayOfWeek dayOfWeekFrom, DayOfWeek dayOfWeekTo)
Parameters
Type Name Description
DayOfWeek dayOfWeekFrom
DayOfWeek dayOfWeekTo
Returns
Type Description
ICronExpressionDayOfWeekBuilder
Implements
ICronExpressionDayOfWeekBuilder.EachOfRange(DayOfWeek, DayOfWeek)
| Improve this Doc View Source

EachOfSet(DayOfWeek[])

Declaration
public ICronExpressionDayOfWeekBuilder EachOfSet(params DayOfWeek[] daysOfWeek)
Parameters
Type Name Description
DayOfWeek[] daysOfWeek
Returns
Type Description
ICronExpressionDayOfWeekBuilder
Implements
ICronExpressionDayOfWeekBuilder.EachOfSet(DayOfWeek[])
| Improve this Doc View Source

Every()

Declaration
public ICronExpressionDayOfWeekBuilder Every()
Returns
Type Description
ICronExpressionDayOfWeekBuilder
Implements
ICronExpressionDayOfWeekBuilder.Every()

Extension Methods

DynamicCollectionExtensions.GetItem(Object, Int32)
DynamicCollectionExtensions.SetItem(Object, Int32, Object)
DynamicCollectionExtensions.AddItem(Object, Object)
DynamicCollectionExtensions.InsertItem(Object, Int32, Object)
DynamicCollectionExtensions.RemoveItem(Object, Object)
DynamicCollectionExtensions.RemoveItemAt(Object, Int32)
DynamicCollectionExtensions.MoveItem(Object, Object, Int32)
DynamicObjectExtensions.TryGetPropertyValue(Object, String)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TryGetPropertyValueByPath(Object, String)
DynamicObjectExtensions.TrySetPropertyValueByPath(Object, String, Object)
ReflectionExtensions.IsInstanceOfType(Object, Type)
ReflectionExtensions.GetMemberValue(Object, String)
ReflectionExtensions.SetMemberValue(Object, String, Object)
ReflectionExtensions.InvokeMember(Object, String, Object[], out Object, Type[])
ReflectionExtensions.GetFieldValue(Object, FieldInfo)
ReflectionExtensions.SetFieldValue(Object, FieldInfo, Object)
ReflectionExtensions.GetPropertyValue(Object, PropertyInfo)
ReflectionExtensions.SetPropertyValue(Object, PropertyInfo, Object)
ReflectionExtensions.GetMethodDelegate(Object, MethodInfo)
ReflectionExtensions.GetEventDelegate(Object, EventInfo)
ReflectionExtensions.SetEventDelegate(Object, EventInfo, Object)
CommonExtensions.ExecuteSilent<T>(T, Action<T>)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.