IExpressionValet CheckSyntaxAll Method µStrata MathDaemon™ WCF
Check syntax for all expressions (including ternary)

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<bool> CheckSyntaxAll(
	Guid instanceId,
	Guid sessionId
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier

Return Value

Type: MathDaemonResponse Boolean 
True if success, otherwise false. Encapsulated in MathDaemonResponse object.

If syntax error found, it added to Error parameter.

See Also