Ascii2Bridge Methods |
The Ascii2Bridge type exposes the following members.
Name | Description | |
---|---|---|
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 |
Finish the file. Write dynamic statistics and static values.
(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 | (Inherited from AsciiBridge.) | |
Save |
Writes the content of the _resultDataAccess into file
(Inherited from AsciiBridge.) | |
SetupDynamicItems |
Setup dynamic data: For each output grid point (_dynamicRows), store
a list of dynamic items (columns). The column can be null if that grid point does
not offer that quantity.
(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 - empty, there is a header for each time step.
(Overrides AsciiBridgeWriteHeader.) | |
WriteStaticValue |
Write static value for the staticItem at the reach and grid point index
(Inherited from AsciiBridge.) | |
WriteTimeSteps | (Overrides AsciiBridgeWriteTimeSteps(Boolean).) |