Simple data class that holds information about a Prefix.  
 More...
 | 
| 
  | PrefixInfo (string sheet=null, int? fileNumber=null, string fileName=null, string filePath=null, string multipleSheets=null, bool isQuoted=false) | 
|   | 
| 
override bool  | Equals (object other) | 
|   | 
| 
bool  | Equals (PrefixInfo other) | 
|   | 
| 
override int  | GetHashCode () | 
|   | 
| 
override string  | ToString () | 
|   | 
 | 
| 
bool  | HasFilePath => FilePath != null | 
|   | 
| 
int  | FileNumber => _fileNumber.GetValueOrDefault() | 
|   | 
| 
bool  | HasFileNumber => _fileNumber.HasValue | 
|   | 
| 
bool  | HasFileName => FileName != null | 
|   | 
| 
bool  | HasFile => HasFileName || HasFileNumber | 
|   | 
| 
bool  | HasSheet => Sheet != null | 
|   | 
| 
bool  | HasMultipleSheets => MultipleSheets != null | 
|   | 
 | 
| 
string  | FilePath [get] | 
|   | 
| 
string  | FileName [get] | 
|   | 
| 
string  | Sheet [get] | 
|   | 
| 
string  | MultipleSheets [get] | 
|   | 
| 
bool  | IsQuoted [get] | 
|   | 
Simple data class that holds information about a Prefix. 
- See also
 - ExcelFormulaParser.GetPrefixInfo
 
The documentation for this class was generated from the following file:
- src/XLParser/PrefixInfo.cs