Click or drag to resize

EmptyCatchmentPlugin Class

An empty catchment plugin that does not do anything.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.RainfallRunoffModuleEmptyCatchmentPlugin

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class EmptyCatchmentPlugin : ICatchmentPlugin

The EmptyCatchmentPlugin type exposes the following members.

Constructors
  NameDescription
Public methodEmptyCatchmentPlugin
Initializes a new instance of the EmptyCatchmentPlugin class
Top
Methods
  NameDescription
Public methodAddToOffers
Adds quantities provided by the plugin to offers.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinalizeTimeStep
Finalizes time step for the catchment plugin.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initializes the plugin.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepares the plugin.
Public methodPrepareForTimeStep
Prepares the plugin for the time step.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateRouting
Updates the routing for the catchment plugin.
Public methodUpdateStorage
Updates the storage for the catchment plugin.
Top
See Also