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

Public Member Functions

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 ()

Properties

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 622 of file Interfaces.cs.

Property Documentation

◆ Columns

int GenerallyPositive.IAllowGridActions< T >.Columns
get

Definition at line 628 of file Interfaces.cs.

◆ Rows

int GenerallyPositive.IAllowGridActions< T >.Rows
get

Definition at line 627 of file Interfaces.cs.

◆ this[int index]

List<T> GenerallyPositive.IAllowGridActions< T >.this[int index]
getset

Definition at line 637 of file Interfaces.cs.

◆ this[int row, int column]

T GenerallyPositive.IAllowGridActions< T >.this[int row, int column]
getset

Definition at line 638 of file Interfaces.cs.


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