Interface IAllowFillInFrom
Assembly: GPAL.dll
public interface IAllowFillInFrom
Methods
Declaration
IAllowFormSettingsAndActions AppendFrom(GPALDatabase inputDatabase)
Parameters
Returns
Declaration
IAllowFormSettingsAndActions AppendFrom(IGPALFile inputFile)
Parameters
Returns
Declaration
IAllowFormSettingsAndActions AppendFrom(IGPALGrid<string> inputGrid)
Parameters
| Type |
Name |
Description |
| IGPALGrid<System.String> |
inputGrid |
|
Returns
Declaration
IAllowFormSettingsAndActions FillInFrom(GPALDatabase inputDatabase)
Parameters
Returns
Declaration
IAllowFormSettingsAndActions FillInFrom(IGPALFile inputFile)
Parameters
Returns
Declaration
IAllowFormSettingsAndActions FillInFrom(IGPALGrid<string> inputGrid)
Parameters
| Type |
Name |
Description |
| IGPALGrid<System.String> |
inputGrid |
|
Returns
Declaration
IAllowFormSettingsAndActions InsertFrom(GPALDatabase inputDatabase)
Parameters
Returns
Declaration
IAllowFormSettingsAndActions InsertFrom(IGPALFile inputFile)
Parameters
Returns
Declaration
IAllowFormSettingsAndActions InsertFrom(IGPALGrid<string> inputGrid)
Parameters
| Type |
Name |
Description |
| IGPALGrid<System.String> |
inputGrid |
|
Returns