Show / Hide Table of Contents

Class JobInfo

Inheritance
System.Object
Document
JobInfo
Inherited Members
Document._id
Document._header
Namespace:InfinniPlatform.Scheduler
Assembly:InfinniPlatform.Scheduler.Quartz.dll
Syntax
public class JobInfo : Document, IJobInfo

Properties

| Improve this Doc View Source

CronExpression

Declaration
public string CronExpression { get; set; }
Property Value
Type Description
System.String
Implements
IJobInfo.CronExpression
| Improve this Doc View Source

Data

Declaration
public DynamicDocument Data { get; set; }
Property Value
Type Description
DynamicDocument
Implements
IJobInfo.Data
| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
Implements
IJobInfo.Description
| Improve this Doc View Source

EndTimeUtc

Declaration
public DateTimeOffset? EndTimeUtc { get; set; }
Property Value
Type Description
System.Nullable<DateTimeOffset>
| Improve this Doc View Source

Group

Declaration
public string Group { get; set; }
Property Value
Type Description
System.String
Implements
IJobInfo.Group
| Improve this Doc View Source

HandlerType

Declaration
public string HandlerType { get; set; }
Property Value
Type Description
System.String
Implements
IJobInfo.HandlerType
| Improve this Doc View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
Implements
IJobInfo.Id
| Improve this Doc View Source

MisfirePolicy

Declaration
public JobMisfirePolicy MisfirePolicy { get; set; }
Property Value
Type Description
JobMisfirePolicy
Implements
IJobInfo.MisfirePolicy
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Implements
IJobInfo.Name
| Improve this Doc View Source

StartTimeUtc

Declaration
public DateTimeOffset? StartTimeUtc { get; set; }
Property Value
Type Description
System.Nullable<DateTimeOffset>
| Improve this Doc View Source

State

Declaration
public JobState State { get; set; }
Property Value
Type Description
JobState
Implements
IJobInfo.State

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.