| CommonSelector Enumeration | 
 The Action taken when the selector string is found.
 
    Namespace: 
   FileHelpers.MasterDetail
    Assembly:
   FileHelpers (in FileHelpers.dll) Version: 3.2.6
 Syntax
Syntaxpublic enum CommonSelector
Public Enumeration CommonSelector
 Members
Members|  | Member name | Value | Description | 
|---|
|  | MasterIfContains | 0 | Parse the current record as Master if the selector string is found. | 
|  | MasterIfBegins | 1 | Parse the current record as Master if the record starts with some string. | 
|  | MasterIfEnds | 2 | Parse the current record as Master if the record ends with some string. | 
|  | MasterIfEnclosed | 3 | Parse the current record as Master if the record begins and ends with some string. | 
|  | DetailIfContains | 4 | Parse the current record as Detail if the selector string is found. | 
|  | DetailIfBegins | 5 | Parse the current record as Detail if the record starts with some string. | 
|  | DetailIfEnds | 6 | Parse the current record as Detail if the record ends with some string. | 
|  | DetailIfEnclosed | 7 | Parse the current record as Detail if the record begins and ends with some string. | 
 See Also
See Also