Click or drag to resize

DataModule Class

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.Engine.ModuleDataDataModule

Namespace:  DHI.Mike1D.Engine.ModuleData
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class DataModule : IModule, IProxyProvider

The DataModule type exposes the following members.

Constructors
  NameDescription
Public methodDataModule
Initializes a new instance of the DataModule class
Top
Properties
Methods
  NameDescription
Public methodAddDataItem(IEngineDataItemDouble)
Public methodAddDataItem(IEngineDataItemInt32)
Public methodAddDataItem(IEngineDataItemTimeSpan)
Public methodAddDataItem(IEngineDataItemMinMaxValueContainer)
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 methodFinalizeTimestep
Public methodFinish
Public methodGetDataItem
Public methodGetDataItemInt
Public methodGetDataItemMinMax
Public methodGetDataItemTimeSpan
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProxy
Public methodGetProxy(EngineNode)
Public methodGetProxy(EngineReach)
Public methodGetProxy(EngineReach, Int32)
Public methodGetProxyReachGeneric
Public methodGetSourcePoint(EngineReach, Int32)
Public methodGetSourcePoint(EngineReach, Type)
Public methodGetSourcePoint(EngineReach, Type, ILocationSpan)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInititalize
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPerformTimestep
Public methodPreferredTimeStep
Public methodPrepare
Public methodPrepareForTimeStep
Public methodRemoveDataItem(IEngineDataItemDouble)
Public methodRemoveDataItem(IEngineDataItemInt32)
Public methodRemoveDataItem(IEngineDataItemTimeSpan)
Public methodRemoveDataItem(IEngineDataItemMinMaxValueContainer)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteState
Top
Extension Methods
See Also