PDIParserParserState Enumeration
This enumerated type defines the various parser states
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
protected enum ParserState
<SerializableAttribute>
Protected Enumeration ParserState
[SerializableAttribute]
protected enum class ParserState
[<SerializableAttribute>]
type ParserState
PropertyName | 0 | Parsing a property name |
BeforeParameterName | 1 | Looking for a parameter name |
ParameterName | 2 | Parsing a parameter name |
BeforeParameterValue | 3 | Looking for a parameter value |
ParameterValue | 4 | Parsing a parameter value |
PropertyValue | 5 | Parsing a property value |