IMsBranchCondition.SaveToXml

Fore Syntax

SaveToXml(Element: IXmlDomElement);

Fore.NET Syntax

SaveToXml(Element: Prognoz.Platform.Interop.MsXml2.IXmlDomElement);

Parameters

Element. Element, to which branch calculation condition parameters are written.

Description

The SaveToXml method unloads branch calculation condition parameters to XML file.

Comments

To load branch calculation condition parameters from XML file, use the IMsBranchCondition.LoadFromXml method. The set of the SaveToXml and IMsBranchCondition.LoadFromXml methods is used to copy parameters of branch calculation condition.

Fore and Fore.NET Examples

The method use is given in the example for IMsBranchConditionExpression.Expression.

See also:

IMsBranchCondition