Show / Hide Table of Contents

Interface IGPALConverter

Inherited Members
IAllowConverterSettings.WithInputType(Enums.DataFormat)
IAllowConverterSettings.WithOutputType(Enums.DataFormat)
IAllowConverterSettings.WithFirstLineHasColumnNames(Boolean)
IAllowConverterSettings.WithIgnoreFirstLineColumnNames(Boolean)
IAllowConverterSettings.WithFieldsEnclosedInQuotes(Boolean)
IAllowConverterActions.SaveTo(GPALDatabase)
IAllowConverterActions.SaveTo(IGPALGrid<String>)
IAllowConverterActions.SaveTo(String)
IAllowConverterActions.AppendTo(IGPALFile)
IAllowConverterActions.SaveTo(IGPALFile)
IAllowConverterActions.SaveTo<T>(T)
IAllowConverterActions.RenderTo(GPALDatabase)
IAllowConverterActions.RenderTo(String)
IAllowConverterActions.RenderTo(IGPALFile)
IAllowConverterActions.RenderToClass(Object)
IAllowConverterInput.WithInput(GPALDatabase)
IAllowConverterInput.WithInput(IGPALGrid<String>)
IAllowConverterInput.WithInput(String)
IAllowConverterInput.WithInput(IGPALFile)
IAllowConverterInput.WithInput(Object)
IAllowToGPALObject<IGPALConverter>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IGPALConverter : IAllowConverterSettingsAndActions, IAllowConverterSettings, IAllowConverterInputAndActions, IAllowConverterActions, IAllowConverterInput, IAllowToGPALObject<IGPALConverter>
In This Article
Back to top Generated by DocFX