ControlExtensions Class

Extension methods for classes in the ControlModule namespace

Definition

Namespace: DHI.Mike1D.ControlModule
Assembly: DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static class ControlExtensions
Inheritance
Object    ControlExtensions

Methods

Add Add expr2 to Expression, use an AND operator if the Expression is alrady populated.
CreateUniqueId Create a unique table id, i.e. an id that does not already exist as a key in the tableInfos dictionary.
ExpressionString Create a string representing the expression

The MathExpression.Expression can contain as well an expression string as an evaluator expression tree. In case of the latter, a string representation of the tree is returned.

See Also