Show / Hide Table of Contents

Class JobInfoBuilder

Inheritance
System.Object
JobInfoBuilder
Namespace:InfinniPlatform.Scheduler
Assembly:InfinniPlatform.Scheduler.Quartz.dll
Syntax
public class JobInfoBuilder : object, IJobInfoBuilder

Constructors

| Improve this Doc View Source

JobInfoBuilder(JobInfo)

Declaration
public JobInfoBuilder(JobInfo jobInfo)
Parameters
Type Name Description
JobInfo jobInfo

Methods

| Improve this Doc View Source

Build()

Declaration
public JobInfo Build()
Returns
Type Description
JobInfo
| Improve this Doc View Source

CronExpression(String)

Declaration
public IJobInfoBuilder CronExpression(string cronExpression)
Parameters
Type Name Description
System.String cronExpression
Returns
Type Description
IJobInfoBuilder
Implements
IJobInfoBuilder.CronExpression(String)
| Improve this Doc View Source

Data(DynamicDocument)

Declaration
public IJobInfoBuilder Data(DynamicDocument data)
Parameters
Type Name Description
DynamicDocument data
Returns
Type Description
IJobInfoBuilder
Implements
IJobInfoBuilder.Data(DynamicDocument)
| Improve this Doc View Source

Description(String)

Declaration
public IJobInfoBuilder Description(string description)
Parameters
Type Name Description
System.String description
Returns
Type Description
IJobInfoBuilder
Implements
IJobInfoBuilder.Description(String)
| Improve this Doc View Source

EndTimeUtc(Nullable<DateTimeOffset>)

Declaration
public IJobInfoBuilder EndTimeUtc(DateTimeOffset? endTimeUtc)
Parameters
Type Name Description
System.Nullable<DateTimeOffset> endTimeUtc
Returns
Type Description
IJobInfoBuilder
| Improve this Doc View Source

MisfirePolicy(JobMisfirePolicy)

Declaration
public IJobInfoBuilder MisfirePolicy(JobMisfirePolicy misfirePolicy)
Parameters
Type Name Description
JobMisfirePolicy misfirePolicy
Returns
Type Description
IJobInfoBuilder
Implements
IJobInfoBuilder.MisfirePolicy(JobMisfirePolicy)
| Improve this Doc View Source

StartTimeUtc(Nullable<DateTimeOffset>)

Declaration
public IJobInfoBuilder StartTimeUtc(DateTimeOffset? startTimeUtc)
Parameters
Type Name Description
System.Nullable<DateTimeOffset> startTimeUtc
Returns
Type Description
IJobInfoBuilder
| Improve this Doc View Source

State(JobState)

Declaration
public IJobInfoBuilder State(JobState state)
Parameters
Type Name Description
JobState state
Returns
Type Description
IJobInfoBuilder
Implements
IJobInfoBuilder.State(JobState)

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.