Show / Hide Table of Contents

Interface IAllowConverterActions

Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowConverterActions

Methods

AppendTo(IGPALFile)

Declaration
IAllowConverterInputAndActions AppendTo(IGPALFile outputFile)
Parameters
Type Name Description
IGPALFile outputFile
Returns
Type Description
IAllowConverterInputAndActions

RenderTo(GPALDatabase)

Declaration
IAllowConverterInputAndActions RenderTo(GPALDatabase outputDatabase)
Parameters
Type Name Description
GPALDatabase outputDatabase
Returns
Type Description
IAllowConverterInputAndActions

RenderTo(IGPALFile)

Declaration
IAllowConverterInputAndActions RenderTo(IGPALFile outputFile)
Parameters
Type Name Description
IGPALFile outputFile
Returns
Type Description
IAllowConverterInputAndActions

RenderTo(String)

Declaration
IAllowConverterInputAndActions RenderTo(string outputData)
Parameters
Type Name Description
System.String outputData
Returns
Type Description
IAllowConverterInputAndActions

RenderToClass(out Object)

Declaration
IAllowConverterInputAndActions RenderToClass(out dynamic outputClass)
Parameters
Type Name Description
System.Object outputClass
Returns
Type Description
IAllowConverterInputAndActions

SaveTo(GPALDatabase)

Declaration
IAllowConverterInputAndActions SaveTo(GPALDatabase outputDatabase)
Parameters
Type Name Description
GPALDatabase outputDatabase
Returns
Type Description
IAllowConverterInputAndActions

SaveTo(IGPALFile)

Declaration
IAllowConverterInputAndActions SaveTo(IGPALFile outputFile)
Parameters
Type Name Description
IGPALFile outputFile
Returns
Type Description
IAllowConverterInputAndActions

SaveTo(ref IGPALGrid<String>)

Declaration
IAllowConverterInputAndActions SaveTo(ref IGPALGrid<string> outputGrid)
Parameters
Type Name Description
IGPALGrid<System.String> outputGrid
Returns
Type Description
IAllowConverterInputAndActions

SaveTo(String)

Declaration
IAllowConverterInputAndActions SaveTo(string outputData)
Parameters
Type Name Description
System.String outputData
Returns
Type Description
IAllowConverterInputAndActions

SaveTo<T>(ref T)

Declaration
IAllowConverterInputAndActions SaveTo<T>(ref T outputClass)
Parameters
Type Name Description
T outputClass
Returns
Type Description
IAllowConverterInputAndActions
Type Parameters
Name Description
T
In This Article
Back to top Generated by DocFX