IMsBranchConditions.Add

Syntax

Add(Type: MsBranchConditionType): IMsBranchCondition;

Add(Type: Prognoz.Platform.Interop.Ms.MsBranchConditionType): Prognoz.Platform.Interop.Ms.IMsBranchCondition;

Parameters

Type. Type of added condition.

Description

The Add method adds a condition to the collection.

Comments

To get the specified condition from collection, use the IMsBranchConditions.Item property.

Fore and Fore.NET Examples

The property use is given in the example for IMsBranchCondition.ConditionJoin.

See also:

IMsBranchConditions