FileHelpers.Events Namespace |
Class | Description | |
---|---|---|
AfterReadEventArgs | Arguments for the AfterReadHandlerT | |
AfterReadEventArgsT | Arguments for the AfterReadHandlerT | |
AfterWriteEventArgs | Arguments for the AfterWriteEventArgsT | |
AfterWriteEventArgsT | Arguments for the AfterWriteEventArgsT | |
BeforeReadEventArgs | Arguments for the BeforeReadHandlerT | |
BeforeReadEventArgsT | Arguments for the BeforeReadHandlerT | |
BeforeWriteEventArgs | Arguments for the BeforeWriteHandlerT | |
BeforeWriteEventArgsT | Arguments for the BeforeWriteHandlerT | |
FileHelpersEventArgs |
Event args to signal engine failures
| |
ProgressEventArgs | Class used to notify the current progress position and other context info. | |
ReadEventArgs |
Base class of
BeforeReadEventArgs
and
AfterReadEventArgs | |
WriteEventArgs | Base class of BeforeWriteEventArgsT and AfterWriteEventArgsT |
Interface | Description | |
---|---|---|
INotifyRead |
Interface used to provide In record notification of read operations.
| |
INotifyWrite |
Interface used to provide In record notification of write operations. |
Delegate | Description | |
---|---|---|
AfterReadHandlerT |
Called in read operations just after the record was created from a record string.
| |
AfterWriteHandlerT |
Called in write operations just after the record was converted to a string.
| |
BeforeReadHandlerT |
Called in read operations just before the record string is translated to a record.
| |
BeforeWriteHandlerT |
Called in write operations just before the record is converted to a string to write it.
|