Show / Hide Table of Contents

Class CronExpressionMonthBuilder

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

Constructors

| Improve this Doc View Source

CronExpressionMonthBuilder()

Declaration
public CronExpressionMonthBuilder()

Methods

| Improve this Doc View Source

Build()

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

Each(Month)

Declaration
public ICronExpressionMonthBuilder Each(Month month)
Parameters
Type Name Description
Month month
Returns
Type Description
ICronExpressionMonthBuilder
Implements
ICronExpressionMonthBuilder.Each(Month)
| Improve this Doc View Source

Each(Month, Int32)

Declaration
public ICronExpressionMonthBuilder Each(Month month, int interval)
Parameters
Type Name Description
Month month
System.Int32 interval
Returns
Type Description
ICronExpressionMonthBuilder
Implements
ICronExpressionMonthBuilder.Each(Month, Int32)
| Improve this Doc View Source

EachOfRange(Month, Month)

Declaration
public ICronExpressionMonthBuilder EachOfRange(Month monthFrom, Month monthTo)
Parameters
Type Name Description
Month monthFrom
Month monthTo
Returns
Type Description
ICronExpressionMonthBuilder
Implements
ICronExpressionMonthBuilder.EachOfRange(Month, Month)
| Improve this Doc View Source

EachOfSet(Month[])

Declaration
public ICronExpressionMonthBuilder EachOfSet(params Month[] months)
Parameters
Type Name Description
Month[] months
Returns
Type Description
ICronExpressionMonthBuilder
Implements
ICronExpressionMonthBuilder.EachOfSet(Month[])
| Improve this Doc View Source

Every()

Declaration
public ICronExpressionMonthBuilder Every()
Returns
Type Description
ICronExpressionMonthBuilder
Implements
ICronExpressionMonthBuilder.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.