Click or drag to resize

Ascii2Bridge Class

Inheritance Hierarchy

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class Ascii2Bridge : AsciiBridge, 
	IResultWriteBridge, IResultBridge

The Ascii2Bridge type exposes the following members.

Constructors
  NameDescription
Public methodAscii2Bridge
Initializes a new instance of the Ascii2Bridge class
Top
Properties
  NameDescription
Public propertySecondsBetweenFileFlush (Inherited from AsciiBridge.)
Top
Methods
  NameDescription
Protected methodDoStore (Inherited from AsciiBridge.)
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 methodFinish (Overrides AsciiBridgeFinish.)
Public methodFlush
Protected methodGetFormat (Inherited from AsciiBridge.)
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.)
Protected methodIsIncluded (Inherited from AsciiBridge.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare (Inherited from AsciiBridge.)
Public methodSave (Inherited from AsciiBridge.)
Protected methodSetupDynamicItems (Overrides AsciiBridgeSetupDynamicItems(ListIQuantity, ListInt32).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTruncate(String) (Inherited from AsciiBridge.)
Protected methodTruncate(String, Int32) (Inherited from AsciiBridge.)
Protected methodWriteDashLine (Inherited from AsciiBridge.)
Protected methodWriteHeader (Overrides AsciiBridgeWriteHeader.)
Protected methodWriteStaticValue (Inherited from AsciiBridge.)
Protected methodWriteTimeSteps (Overrides AsciiBridgeWriteTimeSteps(Boolean).)
Top
Fields
  NameDescription
Protected field_columnWidth (Inherited from AsciiBridge.)
Protected field_culture (Inherited from AsciiBridge.)
Protected field_data (Inherited from AsciiBridge.)
Protected field_doTruncate (Inherited from AsciiBridge.)
Protected field_formatChainage (Inherited from AsciiBridge.)
Protected field_formatDefault (Inherited from AsciiBridge.)
Protected field_formats (Inherited from AsciiBridge.)
Protected field_maximumTime (Inherited from AsciiBridge.)
Protected field_maximumValue (Inherited from AsciiBridge.)
Protected field_minimumTime (Inherited from AsciiBridge.)
Protected field_minimumValue (Inherited from AsciiBridge.)
Protected field_resultData (Inherited from AsciiBridge.)
Protected field_resultSpec (Inherited from AsciiBridge.)
Protected field_timeBetweenUpdates (Inherited from AsciiBridge.)
Protected field_timeOfNextUpdate (Inherited from AsciiBridge.)
Protected field_timestepCount (Inherited from AsciiBridge.)
Protected field_writer (Inherited from AsciiBridge.)
Top
See Also