Table of Contents

Class JobFlowRuleContext<T>

Namespace
JobFlow.Core.Rules
Assembly
JobFlow.Core.dll
public class JobFlowRuleContext<T> : IJobFlowRuleContext

Type Parameters

T
Inheritance
JobFlowRuleContext<T>
Implements
Extension Methods

Constructors

JobFlowRuleContext(JobFlowRuleContext, Document<T>)

public JobFlowRuleContext(JobFlowRuleContext baseContext, Document<T> document)

Parameters

baseContext JobFlowRuleContext
document Document<T>

Properties

CurrentJob

public JobModel CurrentJob { get; }

Property Value

JobModel

Document

public Document<T> Document { get; }

Property Value

Document<T>

JobDefiniton

public JobDefinition JobDefiniton { get; }

Property Value

JobDefinition

JobWorkResponse

public WorkResponse JobWorkResponse { get; }

Property Value

WorkResponse