BlockWriterXml Class |
Namespace: DHI.Mike1D.ModelState
The BlockWriterXml type exposes the following members.
Name | Description | |
---|---|---|
BlockWriterXml(Stream, XmlWriterSettings) |
Create writer, and store to stream
| |
BlockWriterXml(String, XmlWriterSettings) |
Create writer, and store to file
|
Name | Description | |
---|---|---|
Close |
Close writer
| |
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns 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, 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
|
Name | Description | |
---|---|---|
DoubleDataArrayAsFloats |
Flag indicating if double data arrays should be stored as floats (to save disc space).
Default is false. |