C# Class UTRS1671Reader.controls.ReaderFrame

Mostrar archivo Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
CloseProject ( ) : void
OnTestConfigurationChange ( ) : void
ProcessCommand ( string command ) : void
ReaderFrame ( ) : System
RegisterATMLReader ( ATMLReader reader ) : void
SetReaderDocumentContent ( FileInfo fileInfo, byte content ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnOpenReaderDocument ( ) : void
OnParseDocument ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReaderInputDocumentTranslated ( TestConfiguration15 testConfiguration ) : void
SetButtonStates ( ) : void
_reader_BeginOpenDocument ( ) : void
_reader_NavigatableInputDocument ( ) : void
btnNavBack_Click ( object sender, EventArgs e ) : void
btnNavForward_Click ( object sender, EventArgs e ) : void
btnOpenInputDocument_Click ( object sender, EventArgs e ) : void
btnParseInputDocument_Click ( object sender, EventArgs e ) : void
inputDocumentPreviewPanel_WebDocumentLoaded ( WebBrowser webBrowser ) : void
reader_OpenInputDocument ( FileInfo fileInfo, byte content ) : void
reader_ParseableInputDocument ( ) : void

Method Details

CloseProject() public method

public CloseProject ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnOpenReaderDocument() protected method

protected OnOpenReaderDocument ( ) : void
return void

OnParseDocument() protected method

protected OnParseDocument ( ) : void
return void

OnTestConfigurationChange() public method

public OnTestConfigurationChange ( ) : void
return void

ProcessCommand() public method

public ProcessCommand ( string command ) : void
command string
return void

ReaderFrame() public method

public ReaderFrame ( ) : System
return System

RegisterATMLReader() public method

public RegisterATMLReader ( ATMLReader reader ) : void
reader ATMLReader
return void

SetReaderDocumentContent() public method

public SetReaderDocumentContent ( FileInfo fileInfo, byte content ) : void
fileInfo FileInfo
content byte
return void