BlockWriterXml Class

Block writer implementation, outputting XML

Definition

Namespace: DHI.Mike1D.ModelState
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class BlockWriterXml : IBlockWriter
Inheritance
Object    BlockWriterXml
Implements
IBlockWriter

Constructors

BlockWriterXml(Stream, XmlWriterSettings) Create writer, and store to stream
BlockWriterXml(String, XmlWriterSettings) Create writer, and store to file

Methods

Close Close writer
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)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteDataValue Write parameter value with specified name
WriteEndObject Write end-object tag
WriteStartObject Write start tag object with specified name
WriteValue(String, Boolean) Write parameter value with specified name
WriteValue(String, IEnumerableDateTime) 
WriteValue(String, IEnumerableDouble) Write parameter value with specified name
WriteValue(String, IEnumerableInt32) Write parameter value with specified name
WriteValue(String, IEnumerableString) Write parameter value with specified name
WriteValue(String, IEnumerableTimeSpan) 
WriteValue(String, DateTime) Write parameter value with specified name
WriteValue(String, Double) Write parameter value with specified name
WriteValue(String, Int32) Write parameter value with specified name
WriteValue(String, String) Write parameter value with specified name
WriteValue(String, TimeSpan) Write parameter value with specified name

Fields

DoubleDataArrayAsFloats Flag indicating if double data arrays should be stored as floats (to save disc space).

Default is false.

See Also