C# Class Acrolinx.Demo.Sidebar.SimpleSample

Afficher le fichier Open project: acrolinx/acrolinx-sidebar-demo-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
SimpleSample ( string serverAddress ) : System
SimpleSample ( string serverAddress, Format format, string documentReference, string text ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

SimpleSample() public méthode

public SimpleSample ( string serverAddress ) : System
serverAddress string
Résultat System

SimpleSample() public méthode

public SimpleSample ( string serverAddress, Format format, string documentReference, string text ) : System
serverAddress string
format Format
documentReference string
text string
Résultat System