Click or drag to resize

LTSEventsIntegratedMonthly 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 LTSEventsIntegratedMonthly : LTSEventsIntegratedAnnual

The LTSEventsIntegratedMonthly type exposes the following members.

Constructors
  NameDescription
Public methodLTSEventsIntegratedMonthly
Initializes a new instance of the LTSEventsIntegratedMonthly 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.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFillInMissingPeriods (Overrides LTSEventsIntegratedAnnualFillInMissingPeriods.)
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 LTSEventsIntegratedAnnual.)
Public methodFinalizeSimulation (Inherited from LTSEventsIntegratedAnnual.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPeriodValue (Overrides LTSEventsIntegratedAnnualGetPeriodValue(DateTime).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeSimulation (Inherited from LTSEvents.)
Protected methodIsDifferentPeriod (Overrides LTSEventsIntegratedAnnualIsDifferentPeriod(DateTime).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare (Inherited from LTSEventsIntegratedAnnual.)
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 LTSEventsIntegratedAnnual.)
Top
Fields
  NameDescription
Protected field_currentPeriod (Inherited from LTSEventsIntegratedAnnual.)
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_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