Show / Hide Table of Contents

Interface IAllowFillInFrom

Namespace: GenerallyPositive.GPALForm
Assembly: GPAL.dll
Syntax
public interface IAllowFillInFrom

Methods

AppendFrom(GPALDatabase)

Declaration
IAllowFormSettingsAndActions AppendFrom(GPALDatabase inputDatabase)
Parameters
Type Name Description
GPALDatabase inputDatabase
Returns
Type Description
IAllowFormSettingsAndActions

AppendFrom(IGPALFile)

Declaration
IAllowFormSettingsAndActions AppendFrom(IGPALFile inputFile)
Parameters
Type Name Description
IGPALFile inputFile
Returns
Type Description
IAllowFormSettingsAndActions

AppendFrom(IGPALGrid<String>)

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

FillInFrom(GPALDatabase)

Declaration
IAllowFormSettingsAndActions FillInFrom(GPALDatabase inputDatabase)
Parameters
Type Name Description
GPALDatabase inputDatabase
Returns
Type Description
IAllowFormSettingsAndActions

FillInFrom(IGPALFile)

Declaration
IAllowFormSettingsAndActions FillInFrom(IGPALFile inputFile)
Parameters
Type Name Description
IGPALFile inputFile
Returns
Type Description
IAllowFormSettingsAndActions

FillInFrom(IGPALGrid<String>)

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

InsertFrom(GPALDatabase)

Declaration
IAllowFormSettingsAndActions InsertFrom(GPALDatabase inputDatabase)
Parameters
Type Name Description
GPALDatabase inputDatabase
Returns
Type Description
IAllowFormSettingsAndActions

InsertFrom(IGPALFile)

Declaration
IAllowFormSettingsAndActions InsertFrom(IGPALFile inputFile)
Parameters
Type Name Description
IGPALFile inputFile
Returns
Type Description
IAllowFormSettingsAndActions

InsertFrom(IGPALGrid<String>)

Declaration
IAllowFormSettingsAndActions InsertFrom(IGPALGrid<string> inputGrid)
Parameters
Type Name Description
IGPALGrid<System.String> inputGrid
Returns
Type Description
IAllowFormSettingsAndActions
In This Article
Back to top Generated by DocFX