Click or drag to resize

IBlockReader Interface

Interface for a block reader

Namespace:  DHI.Mike1D.ModelState
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IBlockReader

The IBlockReader type exposes the following members.

Properties
  NameDescription
Public propertyTokenName
Name of current token.
Public propertyTokenType
Type of current token
Top
Methods
  NameDescription
Public methodClose
Close reader
Public methodRead
Read next token from state stream
Public methodReadBoolean
Read string integer
Public methodReadBooleans
Read a list of strings
Public methodReadDateTime
Read DateTime
Public methodReadDouble
Read double
Public methodReadDoubles
Read a list of doubles
Public methodReadInt
Read string integer
Public methodReadInts
Read a list of integers
Public methodReadString
Read string
Public methodReadStrings
Read a list of strings
Public methodReadTimeSpan
Read TimeSpan
Public methodSkip
Skip current element, moves beyond the ObjectEnd of the current section.
Top
See Also