Click or drag to resize

Mike1DData Methods

The Mike1DData type exposes the following members.

Methods
  NameDescription
Public methodContainsAdditionalData
Returns true if data is associated with the key.
Public methodCreateRuntimeDiagnostics
Create a runtime Diagnostics instance. This is called from Mike1DController.Prepare()
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 methodGetAdditionalData(String)
Get additional data, based on key.
Public methodGetAdditionalDataT(String, T)
Get additional data, based on key. If no data exist for value, return the defaultValue
Public methodGetDefaultResultSpecification
Creates a default result specification of the type provided.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoadPlugin
Static method for explicitly loading of a MIKE 1D plugin.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAdditionalData
Set additional data
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetAdditionalData
Get additional data, based on key.
Public methodValidate
Validates the contents. Files are validated for existence. Large parts of the validations are delegated to the included data access modules.
Top
Extension Methods
  NameDescription
Public Extension MethodSetMUPRegressionTestCompatabilityMode
Modifies MUP result specifications to better match the default MU result specifications.
(Defined by Mike1DDataExtensions.)
Public Extension MethodUnitProvider
Get unit provider, matching the UnitSystem.
(Defined by Mike1DDataExtensions.)
Public Extension MethodUseRRResults
Bool indicating if RR results are active in the HD simulation.

RR results can contain Runoff or Catchment Discharge results, or both.

(Defined by Mike1DDataExtensions.)
Top
See Also