Click or drag to resize

LTSEventListTotalIntegratedDischargeOut Methods

The LTSEventListTotalIntegratedDischargeOut type exposes the following members.

Methods
  NameDescription
Public methodAdd(DateTime, Double)
Add an event with a single value to the list
(Inherited from LTSEventList.)
Public methodAdd(DateTime, Double, Double)
Add an event with two values to the list
(Inherited from LTSEventList.)
Public methodAdd(DateTime, Double, Double, Double)
Add an event with three values to the list
(Inherited from LTSEventList.)
Public methodCommitLastValueInJob
Commit the last value in the LTS job (and LTS simulation consists of multiple jobs)
(Inherited from LTSEventList.)
Public methodCommitLastValueInSimulation
Commit the last value in the LTS simulation (and LTS simulation consists of multiple jobs)
(Overrides LTSEventListCommitLastValueInSimulation.)
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 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepareForNextLTSJob
Resets the state of the eventlist in preparation for another simulation in the LTS sequence.
(Overrides LTSEventListPrepareForNextLTSJob.)
Protected methodSortOnTime
Sort the event list on time stamps
(Inherited from LTSEventList.)
Protected methodSortOnValue1
Sort the event list on the first value of each event
(Inherited from LTSEventList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update calculates the values in the events.
(Overrides LTSEventListUpdate(DateTime).)
Public methodWriteToPFSFile
Write this event list to a PFS file (MU ERF format)
(Overrides LTSEventListWriteToPFSFile(PFSBuilder, EventListSortType, String).)
Top
See Also