ActionTypes Enumeration

Types of actions

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 enum ActionTypes

Members

NoOperation0 Action that does nothing
Unchanged1 Action that keeps the current value of the structure
Activate2 Action that activates (stops/closes/opens)
Set3 Action that sets a value to the controlled item
Change4 Action that updates the controlled item with some change
PID5 Action that updates the controlled item using a PID algorithm
Set26 Action that sets two values to the controlled item

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also