IBoundarySource Methods |
The IBoundarySource type exposes the following members.
Name | Description | |
---|---|---|
GetAccumulatedValue(DateTime, DateTime) |
Get accumulated value for this source at the given time span
| |
GetAccumulatedValue(Int32, DateTime, DateTime) |
Get accumulated value for component at given index at the given time span
(Inherited from IBoundaryWithComponents.) | |
GetNextTransitionTime |
Gets the next time for which there is a different value in the boundary source.
| |
GetValue(DateTime) |
Get value for this source at the given time
| |
GetValue(Int32, DateTime) |
Get value for component at given at the given time
(Inherited from IBoundaryWithComponents.) | |
GetValueWithoutDWF |
Get value for this source at the given time excluding items marked as dry weather flow
| |
Prepare |
Prepare source.
| |
Validate |
Validate whether this source is correctly setup
|
Name | Description | |
---|---|---|
FindTimeNextValue |
Findes the time where the boundary source has a value that is non-zero. The
time interval is within the provided limits.
(Defined by BoundaryExtensions.) |