| DoStore |
Store at this time
(Inherited from AsciiBridge) |
| 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) |
| Finish |
Interface that is to be implemted by any MIKE 1D result bridge. The interface standardizes
the communication between ResultData access and persistant storage.
(Overrides AsciiBridgeFinish) |
| Flush | Write the contained time steps into the file |
| GetFormat |
Get output format of dynamic item
(Inherited from AsciiBridge) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsIncluded |
Returns true if grid point on reach is included in the output.
(Inherited from AsciiBridge) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Prepare |
Prepare bridge
(Inherited from AsciiBridge) |
| Save |
Writes the content of the _resultDataAccess into file
(Inherited from AsciiBridge) |
| SetupDynamicItems |
Dynamic items are set up in order of quantities (outer loop) and
data item entities (nodes / reach+grid points) (inner loop),
and the order is stored in the _dynamicItems (Overrides AsciiBridgeSetupDynamicItems(ListIQuantity, ListInt32)) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Truncate(String) |
Truncate string to column width, though only if delimiter is not defined
(Inherited from AsciiBridge) |
| Truncate(String, Int32) |
Truncate string to length, though only if delimiter is not defined
(Inherited from AsciiBridge) |
| WriteDashLine |
Write a line of dashes (-) in the txt file, matching numColumns columns of output data
(Inherited from AsciiBridge) |
| WriteHeader |
Write header of text file
(Overrides AsciiBridgeWriteHeader) |
| WriteStaticValue |
Write static value for the staticItem at the reach and grid point index
(Inherited from AsciiBridge) |
| WriteTimeSteps |
Write time steps. Called during simulation.
(Overrides AsciiBridgeWriteTimeSteps(Boolean)) |