IExpressionValet ConditionEditName Method µStrata MathDaemon™ WCF
Rename specified condition. All dependent formulas will be updated.

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> ConditionEditName(
	Guid instanceId,
	Guid sessionId,
	string oldName,
	string newName
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
oldName
Type: System String
Condition to be renamed
newName
Type: System String
New condition name

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also