![]() |
NanoXLSX.Reader 3.0.0-rc.5
|
Class representing a reader for relationship of XLSX files. More...
Public Member Functions | |
| RelationshipReader () | |
| Default constructor - Must be defined for instantiation of the plug-ins. | |
| void | Init (MemoryStream stream, Workbook workbook, IOptions readerOptions, Action< MemoryStream, Workbook, string, IOptions, int?> inlinePluginHandler) |
| Initialization method (interface implementation). | |
| void | Execute () |
| Method to execute the main logic of the plug-in (interface implementation). | |
Properties | |
| Workbook | Workbook [get, set] |
| Workbook reference where read data is stored (should not be null). | |
| IOptions | Options [get, set] |
| Reader options. | |
| Action< MemoryStream, Workbook, string, IOptions, int?> | InlinePluginHandler [get, set] |
| Reference to the ReaderPlugInHandler, to be used for post operations in the Execute method. | |
Class representing a reader for relationship of XLSX files.
Definition at line 25 of file RelationshipReader.cs.
| NanoXLSX.Internal.Readers.RelationshipReader.RelationshipReader | ( | ) |
Default constructor - Must be defined for instantiation of the plug-ins.
Definition at line 50 of file RelationshipReader.cs.
| void NanoXLSX.Internal.Readers.RelationshipReader.Execute | ( | ) |
Method to execute the main logic of the plug-in (interface implementation).
| Exceptions.IOException | Throws an IOException in case of a error during reading |
Definition at line 75 of file RelationshipReader.cs.
| void NanoXLSX.Internal.Readers.RelationshipReader.Init | ( | MemoryStream | stream, |
| Workbook | workbook, | ||
| IOptions | readerOptions, | ||
| Action< MemoryStream, Workbook, string, IOptions, int?> | inlinePluginHandler ) |
Initialization method (interface implementation).
| stream | MemoryStream to be read |
| workbook | Workbook reference |
| readerOptions | Reader options (NoOp) |
| inlinePluginHandler | Reference to the a handler action, to be used for post operations in reader methods |
Definition at line 63 of file RelationshipReader.cs.
|
getset |
Reference to the ReaderPlugInHandler, to be used for post operations in the Execute method.
Definition at line 42 of file RelationshipReader.cs.
|
getset |
Reader options.
Definition at line 38 of file RelationshipReader.cs.
|
getset |
Workbook reference where read data is stored (should not be null).
Definition at line 34 of file RelationshipReader.cs.