Click or drag to resize

SmartTaskMetadataBuilder Constructor

Initializes a new instance of the SmartTaskMetadataBuilder class.

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public SmartTaskMetadataBuilder(
	DynamicContext context,
	SmartTaskInformation info
)

Parameters

context  DynamicContext
The context.
info  SmartTaskInformation
The info.
Exceptions
ExceptionCondition
ArgumentNullException context or info
See Also