VNoteParser(VNote) Constructor

This version of the constructor is used when parsing vNote data that is to be stored in an existing vNote instance.

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected VNoteParser(
	VNote vNote
)

Parameters

vNote  VNote
The existing vNote instance

Remarks

The properties in the passed vNote will be cleared

Exceptions

ArgumentNullExceptionThis is thrown if the specified vNote object is null

See Also