C# Class CSV_Viewer.data_model.PageBuffer

Show file Open project: ralfw/NPantaRhei

Public Methods

Method Description
AddLine ( string line ) : void
GotoFirst ( ) : void
GotoLast ( ) : void
GotoNext ( ) : void
GotoPrev ( ) : void
PageBuffer ( int pageLength ) : System

Method Details

AddLine() public method

public AddLine ( string line ) : void
line string
return void

GotoFirst() public method

public GotoFirst ( ) : void
return void

GotoLast() public method

public GotoLast ( ) : void
return void

GotoNext() public method

public GotoNext ( ) : void
return void

GotoPrev() public method

public GotoPrev ( ) : void
return void

PageBuffer() public method

public PageBuffer ( int pageLength ) : System
pageLength int
return System