Show / Hide Table of Contents

Interface IAllowConverterInput

Inherited Members
IAllowToGPALObject<IGPALConverter>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowConverterInput : IAllowToGPALObject<IGPALConverter>

Methods

WithInput(GPALDatabase)

Declaration
IAllowConverterSettingsAndActions WithInput(GPALDatabase inputDatabase)
Parameters
Type Name Description
GPALDatabase inputDatabase
Returns
Type Description
IAllowConverterSettingsAndActions

WithInput(IGPALFile)

Declaration
IAllowConverterSettingsAndActions WithInput(IGPALFile inputFile)
Parameters
Type Name Description
IGPALFile inputFile
Returns
Type Description
IAllowConverterSettingsAndActions

WithInput(IGPALGrid<String>)

Declaration
IAllowConverterSettingsAndActions WithInput(IGPALGrid<string> inputGrid)
Parameters
Type Name Description
IGPALGrid<System.String> inputGrid
Returns
Type Description
IAllowConverterSettingsAndActions

WithInput(Object)

Declaration
IAllowConverterSettingsAndActions WithInput(dynamic inputClass)
Parameters
Type Name Description
System.Object inputClass
Returns
Type Description
IAllowConverterSettingsAndActions

WithInput(String)

Declaration
IAllowConverterSettingsAndActions WithInput(string inputData)
Parameters
Type Name Description
System.String inputData
Returns
Type Description
IAllowConverterSettingsAndActions
In This Article
Back to top Generated by DocFX