![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowConverterInputAndActions | SaveTo (IGPALDatabase outputDatabase) |
| IAllowConverterInputAndActions | SaveTo (ref IGPALGrid< string > outputGrid) |
| IAllowConverterInputAndActions | SaveTo (string outputData) |
| IAllowConverterInputAndActions | AppendTo (GPALFile outputFile) |
| IAllowConverterInputAndActions | SaveTo (GPALFile outputFile) |
| IAllowConverterInputAndActions | SaveTo< T > (ref T outputClass) |
| IAllowConverterInputAndActions | RenderTo (IGPALDatabase outputDatabase) |
| IAllowConverterInputAndActions | RenderTo (string outputData) |
| IAllowConverterInputAndActions | RenderTo (GPALFile outputFile) |
| IAllowConverterInputAndActions | RenderToClass (out dynamic outputClass) |
| IAllowConverterInputAndActions | PrettyPrintTo (out string outputData) |
Definition at line 496 of file Interfaces.cs.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.AppendTo | ( | GPALFile | outputFile | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.PrettyPrintTo | ( | out string | outputData | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.RenderTo | ( | GPALFile | outputFile | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.RenderTo | ( | IGPALDatabase | outputDatabase | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.RenderTo | ( | string | outputData | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.RenderToClass | ( | out dynamic | outputClass | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.SaveTo | ( | GPALFile | outputFile | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.SaveTo | ( | IGPALDatabase | outputDatabase | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.SaveTo | ( | ref IGPALGrid< string > | outputGrid | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterInputAndActions GenerallyPositive.IAllowConverterActions.SaveTo | ( | string | outputData | ) |
Implemented in GenerallyPositive.GPALConverter.