![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| 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 () |
Definition at line 464 of file Interfaces.cs.
| IAllowConverterInput GenerallyPositive.IAllowConverterInput.RegisterKnownStructType | ( | Type | knownStructType | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterSettingsAndActions GenerallyPositive.IAllowConverterInput.WithInput | ( | dynamic | inputClass | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterSettingsAndActions GenerallyPositive.IAllowConverterInput.WithInput | ( | GPALFile | inputFile | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterSettingsAndActions GenerallyPositive.IAllowConverterInput.WithInput | ( | IGPALDatabase | inputDatabase | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterSettingsAndActions GenerallyPositive.IAllowConverterInput.WithInput | ( | IGPALGrid< string > | inputGrid | ) |
Implemented in GenerallyPositive.GPALConverter.
| IAllowConverterSettingsAndActions GenerallyPositive.IAllowConverterInput.WithInput | ( | string | inputData | ) |
Implemented in GenerallyPositive.GPALConverter.