Click or drag to resize

ScriptLoaderMethodType Enumeration

Type of method in script

Namespace:  DHI.Mike1D.Plugins
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected enum MethodType
Members
  Member nameValueDescription
Setup0 Setup methods are executed when data has been loaded, and works on Mike1DData
Controller1 Controller methods are executed when engine is booting up and a controller is available, and works on IMike1DController
Bridge2 Bridge methods are executed when bridge has loaded data.
Custom3 Custom methods, for classes deriving from this.
See Also