Show / Hide Table of Contents

Interface IAllowFileSettings

Inherited Members
IAllowToGPALObject<IGPALFile>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowFileSettings : IAllowToGPALObject<IGPALFile>

Methods

WithColumnName(String)

Declaration
IAllowFileSettings WithColumnName(string columnName)
Parameters
Type Name Description
System.String columnName
Returns
Type Description
IAllowFileSettings

WithColumnNames(String)

Declaration
IAllowFileSettings WithColumnNames(string columnNames)
Parameters
Type Name Description
System.String columnNames
Returns
Type Description
IAllowFileSettings

WithColumnNames(String[])

Declaration
IAllowFileSettings WithColumnNames(string[] columnNames)
Parameters
Type Name Description
System.String[] columnNames
Returns
Type Description
IAllowFileSettings

WithDelimiter(Char)

Declaration
IAllowFileSettings WithDelimiter(char delimiter)
Parameters
Type Name Description
System.Char delimiter
Returns
Type Description
IAllowFileSettings

WithFieldsEnclosedInQuotes(Boolean)

Declaration
IAllowFileSettings WithFieldsEnclosedInQuotes(bool fieldsEnclosedInQuote = true)
Parameters
Type Name Description
System.Boolean fieldsEnclosedInQuote
Returns
Type Description
IAllowFileSettings

WithFirstLineIsColumnNames(Boolean)

Declaration
IAllowFileSettings WithFirstLineIsColumnNames(bool firstLineIsHeader = true)
Parameters
Type Name Description
System.Boolean firstLineIsHeader
Returns
Type Description
IAllowFileSettings

WithIgnoreFirstLineColumnNames(Boolean)

Declaration
IAllowFileSettings WithIgnoreFirstLineColumnNames(bool ignoreFirstLine = true)
Parameters
Type Name Description
System.Boolean ignoreFirstLine
Returns
Type Description
IAllowFileSettings

WithUseSameColumnNamesForAllFiles(Boolean)

Declaration
IAllowFileSettings WithUseSameColumnNamesForAllFiles(bool useHeaderForAllFiles = true)
Parameters
Type Name Description
System.Boolean useHeaderForAllFiles
Returns
Type Description
IAllowFileSettings
In This Article
Back to top Generated by DocFX