Show / Hide Table of Contents

Interface IAllowFileActions

Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowFileActions

Methods

AppendToCSV(String)

Declaration
IAllowAllActionAndAnySelector AppendToCSV(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
IAllowAllActionAndAnySelector

AppendToExcel(String)

Declaration
IAllowAllActionAndAnySelector AppendToExcel(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
IAllowAllActionAndAnySelector

AppendToFile(IGPALFile)

Declaration
IAllowAllActionAndAnySelector AppendToFile(IGPALFile file)
Parameters
Type Name Description
IGPALFile file
Returns
Type Description
IAllowAllActionAndAnySelector

AppendToTabbedText(String)

Declaration
IAllowAllActionAndAnySelector AppendToTabbedText(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
IAllowAllActionAndAnySelector

SaveToCSV(String)

Declaration
IAllowAllActionAndAnySelector SaveToCSV(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
IAllowAllActionAndAnySelector

SaveToExcel(String)

Declaration
IAllowAllActionAndAnySelector SaveToExcel(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
IAllowAllActionAndAnySelector

SaveToFIle(IGPALFile)

Declaration
IAllowAllActionAndAnySelector SaveToFIle(IGPALFile file)
Parameters
Type Name Description
IGPALFile file
Returns
Type Description
IAllowAllActionAndAnySelector

SaveToTabbedText(String)

Declaration
IAllowAllActionAndAnySelector SaveToTabbedText(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
IAllowAllActionAndAnySelector
In This Article
Back to top Generated by DocFX