GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IGPALFile Interface Reference
Inheritance diagram for GenerallyPositive.IGPALFile:
GenerallyPositive.IAllowFileSettings GenerallyPositive.IAllowFileActions GenerallyPositive.IAllowFileName GenerallyPositive.IAllowFileName GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.GPALFile

Properties

string First [get]
string Last [get]
GPALFile Next [get]
string Filename [get]
List< string > Filenames [get]
string DirectoryPart [get]
string FilePart [get]
List< string > DirectoryParts [get]
List< string > FileParts [get]
List< string > ReturnFilenames [get]
string SourceUrl [get]
int Count [get]

Additional Inherited Members

Public Member Functions inherited from GenerallyPositive.IAllowFileSettings
IAllowFileSettings WithDelimiter (char delimiter)
IAllowFileSettings WithColumnName (string parameterName)
IAllowFileSettings WithColumnNames (string columnNames)
IAllowFileSettings WithColumnNames (string[] columnNames)
IAllowFileSettings WithColumnsEnclosedInQuotes (bool fieldsEnclosedInQuote=true)
IAllowFileSettings WithFirstLineIsColumnNames (bool firstLineIsHeader=true)
IAllowFileSettings WithIgnoreFirstLineColumnNames (bool ignoreFirstLine=true)
IAllowFileSettings WithOverwriteFile (bool overwriteFile=false)
IAllowFileSettings WithUseSameColumnNamesForAllFiles (bool useHeaderForAllFiles=true)
IAllowFileSettings WithFileSortOrder (Enums.FileSortOrder fileSortOrder)
IAllowFileSettings WithNextFilePattern (Enums.NextFilePattern nextFilePattern=Enums.NextFilePattern.CounterPadded)
Public Member Functions inherited from GenerallyPositive.IAllowFileName
IAllowFileSettings WithFileName (string filename)
IAllowFileSettings WithBrowser (Browser.IBrowser browser)
Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult >
TResult ToGPALObject ()
Public Member Functions inherited from GenerallyPositive.IAllowFileActions
void CopyTo (string destination)
void MoveTo (string destination)
void Delete (string destination)
void Delete ()

Detailed Description

Definition at line 541 of file Interfaces.cs.

Property Documentation

◆ Count

int GenerallyPositive.IGPALFile.Count
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 554 of file Interfaces.cs.

◆ DirectoryPart

string GenerallyPositive.IGPALFile.DirectoryPart
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 548 of file Interfaces.cs.

◆ DirectoryParts

List<string> GenerallyPositive.IGPALFile.DirectoryParts
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 550 of file Interfaces.cs.

◆ Filename

string GenerallyPositive.IGPALFile.Filename
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 546 of file Interfaces.cs.

◆ Filenames

List<string> GenerallyPositive.IGPALFile.Filenames
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 547 of file Interfaces.cs.

◆ FilePart

string GenerallyPositive.IGPALFile.FilePart
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 549 of file Interfaces.cs.

◆ FileParts

List<string> GenerallyPositive.IGPALFile.FileParts
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 551 of file Interfaces.cs.

◆ First

string GenerallyPositive.IGPALFile.First
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 543 of file Interfaces.cs.

◆ Last

string GenerallyPositive.IGPALFile.Last
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 544 of file Interfaces.cs.

◆ Next

GPALFile GenerallyPositive.IGPALFile.Next
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 545 of file Interfaces.cs.

◆ ReturnFilenames

List<string> GenerallyPositive.IGPALFile.ReturnFilenames
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 552 of file Interfaces.cs.

◆ SourceUrl

string GenerallyPositive.IGPALFile.SourceUrl
get

Implemented in GenerallyPositive.GPALFile.

Definition at line 553 of file Interfaces.cs.


The documentation for this interface was generated from the following file: