BeforeReadEventArgsT Class |
Namespace: FileHelpers.Events
[Missing <typeparam name="T"/> documentation for "T:FileHelpers.Events.BeforeReadEventArgs`1"]
The BeforeReadEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Engine | The engine that raise the event (Inherited from FileHelpersEventArgs.) |
![]() | LineNumber | The current line number. (Inherited from FileHelpersEventArgs.) |
![]() | Record | The current record that was just assigned not yet filled |
![]() | RecordLine | The record line just read. (Inherited from ReadEventArgs.) |
![]() | RecordLineChanged | Whether the RecordLine property has been written-to. (Inherited from ReadEventArgs.) |
![]() | SkipThisRecord | Set this property to true if you want to bypass the current record. (Inherited from ReadEventArgs.) |