VCalendarParserResetState 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: 2023.1.2.0
protected override void ResetState(
	bool fullReset
)

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).

See Also