IExpressionValet ConditionEdit Method µStrata MathDaemon™ WCF
Edit condition properties by its name

Namespace: uStrata.MathDaemon.Wcf.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

MathDaemonResponse<Object> ConditionEdit(
	Guid instanceId,
	Guid sessionId,
	string name,
	string ifLeft,
	string ifRight,
	Compare compare,
	string thenExpression,
	string elseExpression
)

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
See Also