GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IGPALGrid< T > Interface Template Reference
Inheritance diagram for GenerallyPositive.IGPALGrid< T >:
GenerallyPositive.IAllowGridActions< T > GenerallyPositive.IAllowToGPALObject< TResult >

Public Member Functions

List< T > ToList ()
IGPALGrid< T > WithDedupeData (bool useDedupe=true)
Public Member Functions inherited from GenerallyPositive.IAllowGridActions< T >
IAllowGridActions< T > Add (IGPALGrid< T > grid)
IAllowGridActions< T > AddRow (List< T > row)
IAllowGridActions< T > AddColumn (List< T > column)
IAllowGridActions< T > AddCell (T value, int row, int column)
GetCell (int row, int column)
IAllowGridActions< T > Clear ()
IAllowGridActions< T > DeleteRow (RowPosition rowPosition=RowPosition.Last)
IAllowGridActions< T > InputFrom (GPALFile input)
IAllowGridActions< T > SaveTo (GPALFile output)
IAllowGridActions< T > InputFrom (IGPALDatabase input)
IAllowGridActions< T > SaveTo (IGPALDatabase output)
int Count ()
bool Contains (T value)
object Clone ()
Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult >
TResult ToGPALObject ()

Additional Inherited Members

Properties inherited from GenerallyPositive.IAllowGridActions< T >
int Rows [get]
int Columns [get]
List< T > this[int index] [get, set]
this[int row, int column] [get, set]

Detailed Description

Definition at line 616 of file Interfaces.cs.


The documentation for this interface was generated from the following file: