Table of Contents

Class JobFlowRuleContext

Namespace
JobFlow.Core.Rules
Assembly
JobFlow.Core.dll
public class JobFlowRuleContext : IJobFlowRuleContext
Inheritance
JobFlowRuleContext
Implements
Extension Methods

Constructors

JobFlowRuleContext(JobDefinition, JobModel, WorkResponse)

public JobFlowRuleContext(JobDefinition jobDefiniton, JobModel currentJob, WorkResponse jobWorkResponse)

Parameters

jobDefiniton JobDefinition
currentJob JobModel
jobWorkResponse WorkResponse

Properties

CurrentJob

public JobModel CurrentJob { get; }

Property Value

JobModel

JobDefiniton

public JobDefinition JobDefiniton { get; }

Property Value

JobDefinition

JobWorkResponse

public WorkResponse JobWorkResponse { get; }

Property Value

WorkResponse