Click or drag to resize

LTSEventsIntegrated 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 LTSEventsIntegrated : LTSEvents

The LTSEventsIntegrated type exposes the following members.

Constructors
  NameDescription
Public methodLTSEventsIntegrated
Initializes a new instance of the LTSEventsIntegrated 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
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 (Overrides LTSEventsFinalizeJob.)
Public methodFinalizeSimulation (Overrides LTSEventsFinalizeSimulation.)
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 (Overrides LTSEventsPrepare.)
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 (Overrides LTSEventsUpdateValues(DateTime).)
Top
Fields
  NameDescription
Protected field_duration
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
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