Click or drag to resize

IAdvancedBoundaryItem Interface

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IAdvancedBoundaryItem : IBoundaryItem

The IAdvancedBoundaryItem type exposes the following members.

Properties
Methods
  NameDescription
Public methodGetAccumulatedValue (Inherited from IBoundaryItem.)
Public methodGetNextTransitionTime (Inherited from IBoundaryItem.)
Public methodGetValue (Inherited from IBoundaryItem.)
Public methodIsApplicable(DateTime) (Inherited from IBoundaryItem.)
Public methodIsApplicable(DateTime, DateTime) (Inherited from IBoundaryItem.)
Public methodPrepare (Inherited from IBoundaryItem.)
Public methodValidate (Inherited from IBoundaryItem.)
Top
See Also