Click or drag to resize

CommonSelector Enumeration

The Action taken when the selector string is found.

Namespace:  FileHelpers.MasterDetail
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public enum CommonSelector
Members
  Member nameValueDescription
MasterIfContains0Parse the current record as Master if the selector string is found.
MasterIfBegins1Parse the current record as Master if the record starts with some string.
MasterIfEnds2Parse the current record as Master if the record ends with some string.
MasterIfEnclosed3Parse the current record as Master if the record begins and ends with some string.
DetailIfContains4Parse the current record as Detail if the selector string is found.
DetailIfBegins5Parse the current record as Detail if the record starts with some string.
DetailIfEnds6Parse the current record as Detail if the record ends with some string.
DetailIfEnclosed7Parse the current record as Detail if the record begins and ends with some string.
See Also