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