Click or drag to resize

ControlExtensions Class

Extension methods for classes in the ControlModule namespace
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.ControlModuleControlExtensions

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static class ControlExtensions

The ControlExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add expr2 to Expression, use an AND operator if the Expression is alrady populated.
Public methodStatic memberCreateUniqueId
Create a unique table id, i.e. an id that does not already exist as a key in the tableInfos dictionary.
Public methodStatic memberExpressionString
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.

Top
See Also