C# Class Acrolinx.Demo.Sidebar.SimpleSample

Datei anzeigen Open project: acrolinx/acrolinx-sidebar-demo-dotnet Class Usage Examples

Public Methods

Method Description
SimpleSample ( string serverAddress ) : System
SimpleSample ( string serverAddress, Format format, string documentReference, string text ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FillFormatList ( ) : void
InitializeComponent ( ) : void

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

SelectWholeRange ( string checkId, IReadOnlyList matches ) : void
acrolinxSidebar_Checked ( object sender, Sdk e ) : void
acrolinxSidebar_InitFinished ( object sender, EventArgs e ) : void
acrolinxSidebar_ReplaceRanges ( object sender, Sdk e ) : void
acrolinxSidebar_RequestCheck ( object sender, EventArgs e ) : void
acrolinxSidebar_SelectRanges ( object sender, Sdk e ) : void
acrolinxSidebar_SidebarSourceNotReachable ( object sender, EventArgs e ) : void

Method Details

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

SimpleSample() public method

public SimpleSample ( string serverAddress ) : System
serverAddress string
return System

SimpleSample() public method

public SimpleSample ( string serverAddress, Format format, string documentReference, string text ) : System
serverAddress string
format Format
documentReference string
text string
return System