Mike1DData Methods |
The Mike1DData type exposes the following members.
Name | Description | |
---|---|---|
ContainsAdditionalData |
Returns true if data is associated with the key.
| |
CreateRuntimeDiagnostics |
Create a runtime Diagnostics instance. This is called from Mike1DController.Prepare()
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAdditionalData(String) |
Get additional data, based on key.
| |
GetAdditionalDataT(String, T) |
Get additional data, based on key. If no data exist for value, return the defaultValue | |
GetDefaultResultSpecification |
Creates a default result specification of the type provided.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadPlugin(Mike1DPluginInfo) | Obsolete.
Static method for loading a MIKE 1D plugin - creating a new instance of a IMike1DPlugin.
| |
LoadPlugin(Mike1DPluginInfo, String) | Obsolete.
Static method for loading a MIKE 1D plugin - creating a new instance of a IMike1DPlugin.
| |
LoadPlugin(Mike1DData, Mike1DPluginInfo, IDiagnostics, DiagnosticsHandler) |
Static method for explicitly loading of a MIKE 1D plugin.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetAdditionalData |
Set additional data
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetAdditionalData |
Get additional data, based on key.
| |
Validate |
Validates the contents. Files are validated for existence. Large parts of the validations
are delegted to the included data access modules.
|