ConditionInstance.Check (IWorkflowInstanceDetails, Dictionary<StringScriptInput>, EntityID, Boolean, IDatabase, out Boolean, out String) Method
Public Function Check( _
ByVal details As IWorkflowInstanceDetails, _
ByVal script_inputs As Dictionary(Of String, ScriptInput), _
ByVal performer_id As EntityID, _
ByVal is_not As Boolean, _
ByVal db As IDatabase, _
ByRef passed As Boolean, _
ByRef error As String _
) As Boolean
This language is not supported or no code example is available.
public bool Check(
IWorkflowInstanceDetails details,
Dictionary<string, ScriptInput> script_inputs,
EntityID performer_id,
bool is_not,
IDatabase db,
out bool passed,
out string error
)
This language is not supported or no code example is available.
public:
bool Check(
IWorkflowInstanceDetails^ details,
Dictionary<String^, ScriptInput^>^ script_inputs,
EntityID^ performer_id,
bool is_not,
IDatabase^ db,
bool& passed,
String^& error
)
This language is not supported or no code example is available.
Parameters
- details
- IWorkflowInstanceDetails
<default>
- script_inputs
- Dictionary<string, ScriptInput>
- performer_id
- EntityID
- is_not
- bool
- db
- IDatabase
<default>
- passed
- bool
- error
- string
<default>