VCalendarParserResetState Method
This is overridden to handle the additional state maintained by the calendar parser
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected override void ResetState(
bool fullReset
)
Protected Overrides Sub ResetState (
fullReset As Boolean
)
protected:
virtual void ResetState(
bool fullReset
) override
abstract ResetState :
fullReset : bool -> unit
override ResetState :
fullReset : bool -> unit
Parameters
- fullReset Boolean
- If true, a full reset is done (i.e. this is the start of a brand new session.
If false only the line state is reset (it's done parsing a property name or value).