AsciiBridgeData Class

Ascii file format data, defining how and what is put in the ascii file

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class Data
Inheritance
Object    AsciiBridgeData

Constructors

AsciiBridgeDataInitializes a new instance of the AsciiBridgeData class

Properties

ColumnWidth Column width. If no delimiter is defined, strings are truncated to match this width, if delimiter is defined, no truncation takes place.
Delimiter Delimiter. Can be empty string for no delimiter
DynamicItems Quantities of dynamic items
Maximum Flag indiciating if time of minimum value should be part of the output
Minimum Flag indiciating if minimum value should be part of the output
NumberDecimals Number of decimals for each dynamic and static item.
StaticItems List of static items.
TimeMaximum Flag indiciating if time of maximum value should be part of the output
TimeMinimum Flag indiciating if maximum value should be part of the output
UserDefinedNames User defined name for dynamic and static item. Null or empty string if using default predefined names.

Methods

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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Statistics Returns true if any of the statistics are enabled.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also