Interface IAllowConverterActions
Assembly: GPAL.dll
Syntax
public interface IAllowConverterActions
Methods
AppendTo(IGPALFile)
Declaration
IAllowConverterInputAndActions AppendTo(IGPALFile outputFile)
Parameters
Returns
RenderTo(GPALDatabase)
Declaration
IAllowConverterInputAndActions RenderTo(GPALDatabase outputDatabase)
Parameters
Returns
RenderTo(IGPALFile)
Declaration
IAllowConverterInputAndActions RenderTo(IGPALFile outputFile)
Parameters
Returns
RenderTo(String)
Declaration
IAllowConverterInputAndActions RenderTo(string outputData)
Parameters
| Type |
Name |
Description |
| System.String |
outputData |
|
Returns
RenderToClass(out Object)
Declaration
IAllowConverterInputAndActions RenderToClass(out dynamic outputClass)
Parameters
| Type |
Name |
Description |
| System.Object |
outputClass |
|
Returns
SaveTo(GPALDatabase)
Declaration
IAllowConverterInputAndActions SaveTo(GPALDatabase outputDatabase)
Parameters
Returns
SaveTo(IGPALFile)
Declaration
IAllowConverterInputAndActions SaveTo(IGPALFile outputFile)
Parameters
Returns
SaveTo(ref IGPALGrid<String>)
Declaration
IAllowConverterInputAndActions SaveTo(ref IGPALGrid<string> outputGrid)
Parameters
| Type |
Name |
Description |
| IGPALGrid<System.String> |
outputGrid |
|
Returns
SaveTo(String)
Declaration
IAllowConverterInputAndActions SaveTo(string outputData)
Parameters
| Type |
Name |
Description |
| System.String |
outputData |
|
Returns
SaveTo<T>(ref T)
Declaration
IAllowConverterInputAndActions SaveTo<T>(ref T outputClass)
Parameters
| Type |
Name |
Description |
| T |
outputClass |
|
Returns
Type Parameters