Click or drag to resize

ModelStateReader Properties

The ModelStateReader type exposes the following members.

Properties
  NameDescription
Public propertyDiagnostics
Public propertyHasLineInfo
Flag indicating if class can return line information
Public propertyInfo
State start info for this reader.
Public propertyLineNumber
The current line number in the xml file, or -1 if not available
Public propertyLinePosition
The current line position in the xml file, or -1 if not available
Public propertyOptions
Option objects for reader
Public propertyReadMode
Read-mode of reader
Public propertyTokenName
Name of current token in state
Public propertyTokenType
Type of current token in state
Top
See Also