Add new condition to the engine
Namespace: uStrata.MathDaemon.Wcf.ContractsAssembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
MathDaemonResponse<Object> ConditionAdd(
Guid instanceId,
Guid sessionId,
string name,
string ifLeft,
string ifRight,
Compare compare,
string thenExpression,
string elseExpression
)
MathDaemonResponse<Object> ConditionAdd(
Guid instanceId,
Guid sessionId,
string name,
string ifLeft,
string ifRight,
Compare compare,
string thenExpression,
string elseExpression
)
Function ConditionAdd (
instanceId As Guid,
sessionId As Guid,
name As String,
ifLeft As String,
ifRight As String,
compare As Compare,
thenExpression As String,
elseExpression As String
) As MathDaemonResponse(Of Object)
Function ConditionAdd (
instanceId As Guid,
sessionId As Guid,
name As String,
ifLeft As String,
ifRight As String,
compare As Compare,
thenExpression As String,
elseExpression As String
) As MathDaemonResponse(Of Object)
abstract ConditionAdd :
instanceId : Guid *
sessionId : Guid *
name : string *
ifLeft : string *
ifRight : string *
compare : Compare *
thenExpression : string *
elseExpression : string -> MathDaemonResponse<Object>abstract ConditionAdd :
instanceId : Guid *
sessionId : Guid *
name : string *
ifLeft : string *
ifRight : string *
compare : Compare *
thenExpression : string *
elseExpression : string -> MathDaemonResponse<Object>Parameters
- instanceId
- Type: System Guid
Instance identifier
- sessionId
- Type: System Guid
Session identifier
- name
- Type: System String
Name of the condition
- ifLeft
- Type: System String
Left side of the condition
- ifRight
- Type: System String
Right side of the condition
- compare
- Type: uStrata.MathDaemon.Wcf.Contracts.Types Compare
Compare enumeration
- thenExpression
- Type: System String
Expression to evaluate if condition is true
- elseExpression
- Type: System String
Expression to evaluate if condition is false
Return Value
Type:
MathDaemonResponse Object MathDaemonResponse object