Click or drag to resize

IBoundaryItemPeriodic Interface

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

The IBoundaryItemPeriodic 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