IMsBranchConditionNotEmpty

Assembly: Ms;

Description

The IMsBranchConditionNotEmpty interface is used to work with calculation condition of condition branch in chain of metamodel. The type of branch calculation condition is that the specified series must contain data.

Inheritance Hierarchy

          IMsBranchCondition

          IMsBranchConditionNotEmpty

Comments

To get this type of condition branch, use the IMsBranchConditions.Add method with the MsBranchConditionType.NotEmpty parameter and cast the obtained object to the IMsBranchConditionNotEmpty interface.

Properties

  Property name Brief description
Slice The Slice property returns the slice that corresponds to the series checked for emptiness.

Properties inherited from IMsBranchCondition

  Property name Brief description
ConditionJoin The ConditionJoin property determines join operator for combining with the previous condition.
ParamAttributes The ParamAttributes property returns parameter and chain of attributes.
Type The Type property returns condition type.

Methods

  Method name Brief description
SetStub The SetStub method sets a data source that contains a series checked for emptiness.

Properties inherited from IMsBranchCondition

  Method name Brief description
LoadFromXml The LoadFromXml method loads branch calculation condition parameters from XML file.
SaveToXml The SaveToXml method saves branch calculation condition parameters to XML file.

See also:

Ms Assembly Interfaces