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 a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoadPlugin(Mike1DPluginInfo) Obsolete.
Static method for loading a MIKE 1D plugin - creating a new instance of a IMike1DPlugin.
Public methodStatic memberLoadPlugin(Mike1DPluginInfo, String) Obsolete.
Static method for loading a MIKE 1D plugin - creating a new instance of a IMike1DPlugin.
Public methodStatic memberLoadPlugin(Mike1DData, Mike1DPluginInfo, IDiagnostics, DiagnosticsHandler)
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 delegted to the included data access modules.
Top
See Also