The Action taken when the selector string is found.
| Member Name | Description |
|---|---|
| MasterIfContains | Parse the current record as Master if the selector string is found. |
| MasterIfBegins | Parse the current record as Master if the record starts with some string. |
| MasterIfEnds | Parse the current record as Master if the record ends with some string. |
| MasterIfEnclosed | Parse the current record as Master if the record begins and ends with some string. |
| DetailIfContains | Parse the current record as Detail if the selector string is found. |
| DetailIfBegins | Parse the current record as Detail if the record starts with some string. |
| DetailIfEnds | Parse the current record as Detail if the record ends with some string. |
| DetailIfEnclosed | Parse the current record as Detail if the record begins and ends with some string. |
Namespace: FileHelpers.MasterDetail
Assembly: FileHelpers (in FileHelpers.dll)
FileHelpers.MasterDetail Namespace