VCalendar ParserReset State Method
This is overridden to handle the additional state maintained by the calendar parser
Definition
Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected override void ResetState(
bool fullReset
)VB
Protected Overrides Sub ResetState (
fullReset As Boolean
)C++
protected:
virtual void ResetState(
bool fullReset
) overrideF#
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).