CatchmentRunControllerPerTimestep Class |
Namespace: DHI.Mike1D.RainfallRunoffModule
public class CatchmentRunControllerPerTimestep : ICatchmentRunController
The CatchmentRunControllerPerTimestep type exposes the following members.
Name | Description | |
---|---|---|
CatchmentRunControllerPerTimestep |
Create new controller
|
Name | Description | |
---|---|---|
PerTimeStepUpdate |
List of catchments that needs explicit updates,
synchronizing of their time steps is handled by the
RunUntil(DateTime) method.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TimeOfNextUpdate |
Returns the time where the catchments need to be updated to, or
more correctly, the time where the PostTimeStepEvent
will be raised. The catchments needs to be updated by a using component.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |