C# Class IBE.Enums_and_Utility_Classes.DataRetrieverCache.DataPage

Mostra file Open project: Duke-Jones/ED-IBE

Public Properties

Property Type Description
table System.Data.DataTable

Public Methods

Method Description
ClearPage ( ) : void
DataPage ( DataTable table, int rowIndex ) : System
MapToLowerBoundary ( int rowIndex ) : int

Private Methods

Method Description
MapToUpperBoundary ( int rowIndex ) : int

Method Details

ClearPage() public method

public ClearPage ( ) : void
return void

DataPage() public method

public DataPage ( DataTable table, int rowIndex ) : System
table System.Data.DataTable
rowIndex int
return System

MapToLowerBoundary() public static method

public static MapToLowerBoundary ( int rowIndex ) : int
rowIndex int
return int

Property Details

table public_oe property

public DataTable,System.Data table
return System.Data.DataTable