Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsBranchConditionNotEmpty interface is used to work with condition of calculating a condition branch in metamodel chain. The type of branch calculation condition is that the specified series must contain data.
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.
Property name | Brief description | |
The Slice property returns the slice that corresponds to the series checked for emptiness. |
Property name | Brief description | |
The ConditionJoin property determines join operator for combining with the previous condition. | ||
The Parameter property determines condition parameter for branch calculation. | ||
The Type property returns condition type. |
Method name | Brief description | |
The SetStub method sets a data source that contains a series checked for emptiness. |
Method name | Brief description | |
The LoadFromXml method loads branch calculation condition parameters from XML file. | ||
The SaveToXml method loads branch calculation condition parameters to XML file. |
See also: