Show / Hide Table of Contents

Interface IGPALFile

Inherited Members
IAllowFileSettings.WithDelimiter(Char)
IAllowFileSettings.WithColumnName(String)
IAllowFileSettings.WithColumnNames(String)
IAllowFileSettings.WithColumnNames(String[])
IAllowFileSettings.WithFieldsEnclosedInQuotes(Boolean)
IAllowFileSettings.WithFirstLineIsColumnNames(Boolean)
IAllowFileSettings.WithIgnoreFirstLineColumnNames(Boolean)
IAllowFileSettings.WithUseSameColumnNamesForAllFiles(Boolean)
IAllowFileActions.CopyTo(String)
IAllowFileActions.MoveTo(String)
IAllowFileActions.Delete(String)
IAllowFileActions.Delete()
IAllowFileName.WithFileName(String)
IAllowToGPALObject<IGPALFile>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IGPALFile : IAllowFileSettings, IAllowFileActions, IAllowFileName, IAllowToGPALObject<IGPALFile>

Properties

Filename

Declaration
string Filename { get; }
Property Value
Type Description
System.String

Filenames

Declaration
List<string> Filenames { get; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

First

Declaration
IGPALFile First { get; }
Property Value
Type Description
IGPALFile

Last

Declaration
IGPALFile Last { get; }
Property Value
Type Description
IGPALFile

Next

Declaration
IGPALFile Next { get; }
Property Value
Type Description
IGPALFile
In This Article
Back to top Generated by DocFX