IAbstractLocationSourceBoundary Methods

Methods

GetAccumulatedValue(DateTime, DateTime) Get accumulated value for this source at the given time span
(Inherited from IBoundarySource)
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.
(Inherited from IBoundarySource)
GetScaleFactor(ILocation) Get the scale factor for a given PointLocation
GetScaleFactor(String) Get the scale factor for a given NodeLocation
GetValue(DateTime) Get value for this source at the given time
(Inherited from IBoundarySource)
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
(Inherited from IBoundarySource)
Prepare Prepare source.
(Inherited from IBoundarySource)
SetScaleFactor(ILocation, Double, IDiagnostics) Set the scale factor for a PointLocation. By default all scale factors are 1.0.
SetScaleFactor(String, Double, IDiagnostics) Set the scale factor for a NodeLocation. By default all scale factors are 1.0.
Validate Validate whether this source is correctly setup
(Inherited from IBoundarySource)

Extension Methods

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)
GetAccumulatedValue Method for IBoundarySource to support items implementing GetAccumulatedValue(DateTime, DateTime, TimeSpan)
(Defined by BoundaryExtensions)

See Also