AsciiBridge Methods

Methods

DoStore Store at this time
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetFormat Get output format of dynamic item
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsIncluded Returns true if grid point on reach is included in the output.
IsXyStaticItem Returns true if the static item is a (x,y) static item and prints two outputs.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Prepare Prepare bridge
ResultDataDoStoreOverride Method to used as the DoStoreUserFunction, to make sure ResultData gets data at every time step (to update statistics)
Save Writes the content of the _resultDataAccess into file
SetupDynamicItems Setup dynamic items
ToStringReturns a string that represents the current object.
(Inherited from Object)
Truncate(String) Truncate string to column width, though only if delimiter is not defined
Truncate(String, Int32) Truncate string to length, though only if delimiter is not defined
WriteDashLine Write a line of dashes (-) in the txt file, matching numColumns columns of output data
WriteHeader Write header, called in end of prepare method
WriteStaticValue Write static value for the staticItem at the reach and grid point index
WriteTimeSteps Write time steps. Called during simulation.

See Also