GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IGPALConverter Interface Reference
Inheritance diagram for GenerallyPositive.IGPALConverter:
GenerallyPositive.IAllowConverterInput GenerallyPositive.IAllowConverterSettings GenerallyPositive.IAllowConverterActions GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowConverterSettingsAndActions GenerallyPositive.IAllowConverterInputAndActions GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowConverterActions GenerallyPositive.IAllowConverterSettings GenerallyPositive.IAllowConverterActions GenerallyPositive.IAllowConverterInput GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.GPALConverter

Additional Inherited Members

Public Member Functions inherited from GenerallyPositive.IAllowConverterInput
IAllowConverterSettingsAndActions WithInput (IGPALDatabase inputDatabase)
IAllowConverterSettingsAndActions WithInput (IGPALGrid< string > inputGrid)
IAllowConverterSettingsAndActions WithInput (string inputData)
IAllowConverterSettingsAndActions WithInput (GPALFile inputFile)
IAllowConverterSettingsAndActions WithInput (dynamic inputClass)
IAllowConverterInput RegisterKnownStructType (Type knownStructType)
Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult >
TResult ToGPALObject ()
Public Member Functions inherited from GenerallyPositive.IAllowConverterSettings
IAllowConverterSettingsAndActions WithInputType (DataFormat inDataType)
IAllowConverterSettingsAndActions WithOutputType (DataFormat outDataType)
IAllowConverterSettingsAndActions WithFirstLineHasColumnNames (bool firstLineHeaders=true)
IAllowConverterSettingsAndActions WithIgnoreFirstLineColumnNames (bool ignoreFirstLine=true)
IAllowConverterSettingsAndActions WithColumnsEnclosedInQuotes (bool fieldsEnclosedInQuote=true)
IAllowConverterSettingsAndActions WithColumnNames (List< string > columnNames)
IAllowConverterSettingsAndActions WithColumnName (string parameterName)
Public Member Functions inherited from GenerallyPositive.IAllowConverterActions
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)

Detailed Description

Definition at line 459 of file Interfaces.cs.


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