Click or drag to resize

LTSEventsDuration Class

Inheritance Hierarchy

Namespace:  DHI.Mike1D.Engine.ModuleLTS
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class LTSEventsDuration : LTSEventsIntegrated

The LTSEventsDuration type exposes the following members.

Constructors
  NameDescription
Public methodLTSEventsDuration
Initializes a new instance of the LTSEventsDuration class
Top
Properties
  NameDescription
Public propertyEventLimit (Inherited from LTSEvents.)
Public propertyEvents (Inherited from LTSEvents.)
Public propertyGetters (Inherited from LTSEvents.)
Public propertyIntereventLevelCriterion (Inherited from LTSEvents.)
Public propertyIntereventTime (Inherited from LTSEvents.)
Public propertyZeroFlow (Inherited from LTSEvents.)
Public propertyZeroLevel (Inherited from LTSEvents.)
Top
Methods
  NameDescription
Public methodAdd(DateTime, Double) (Inherited from LTSEvents.)
Public methodAdd(DateTime, Double, Int32, Double) (Inherited from LTSEvents.)
Protected methodAddIntegratedEvent (Overrides LTSEventsIntegratedAddIntegratedEvent.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinalizeJob (Inherited from LTSEventsIntegrated.)
Public methodFinalizeSimulation (Inherited from LTSEventsIntegrated.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeSimulation (Inherited from LTSEvents.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare (Inherited from LTSEventsIntegrated.)
Public methodSort (Inherited from LTSEvents.)
Protected methodSortOnTime (Inherited from LTSEvents.)
Protected methodSortOnValue (Inherited from LTSEvents.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateValues (Inherited from LTSEventsIntegrated.)
Top
Fields
  NameDescription
Protected field_duration (Inherited from LTSEventsIntegrated.)
Protected field_endTime (Inherited from LTSEvents.)
Protected field_events (Inherited from LTSEvents.)
Protected field_getters (Inherited from LTSEvents.)
Protected field_intereventLevelCriterion (Inherited from LTSEvents.)
Protected field_intereventTime (Inherited from LTSEvents.)
Protected field_startTime (Inherited from LTSEvents.)
Protected field_timeN (Inherited from LTSEvents.)
Protected field_timeNm1 (Inherited from LTSEvents.)
Protected field_timeNp1 (Inherited from LTSEvents.)
Protected field_timeOfEventBegin (Inherited from LTSEventsIntegrated.)
Protected field_valueN (Inherited from LTSEvents.)
Protected field_valueNm1 (Inherited from LTSEvents.)
Protected field_valueNp1 (Inherited from LTSEvents.)
Protected field_zeroFlow (Inherited from LTSEvents.)
Protected field_zeroLevel (Inherited from LTSEvents.)
Top
See Also