C# Class Acrolinx.Sdk.Sidebar.AcrolinxSidebar

Inheritance: System.Windows.Forms.UserControl, ISidebar
Afficher le fichier Open project: acrolinx/acrolinx-sidebar-demo-dotnet Class Usage Examples

Private Properties

Свойство Type Description
Eval dynamic
FireChecked void
FireInitFinished void
FireReplaceRanges void
FireRequestCheck void
FireSelectRanges void
GetInternalUrl string
GuessMainComponentAndHostApplication void
HideServerSelectorIfServerAddressParameterSet void
RegisterComponents void
SetDefaultClientLocaleIfNotSet void
SetDefaultForSidebarLocationAndShowServerSelectorIfLocationNotSet void
SetDefaults void
ShowServerSelectorIfServerAddressNotSet void
getServerAddress string
webBrowser_DocumentCompleted void
webBrowser_Navigated void

Méthodes publiques

Méthode Description
AcrolinxSidebar ( ) : System
Check ( IDocument document ) : String
InvalidateRanges ( String checkId, IReadOnlyList matches ) : void
RegisterClientComponent ( Assembly assembly, string humanReadableName, SoftwareComponentCategory category ) : void
RegisterClientComponent ( string id, string name, string version, SoftwareComponentCategory category ) : void
Start ( ) : void
Start ( string serverAddress ) : void

Private Methods

Méthode Description
Eval ( string code ) : dynamic
FireChecked ( string checkId, Range range ) : void
FireInitFinished ( ) : void
FireReplaceRanges ( string checkId, IEnumerable matches ) : void
FireRequestCheck ( ) : void
FireSelectRanges ( string checkId, IEnumerable matches ) : void
GetInternalUrl ( ) : string
GuessMainComponentAndHostApplication ( Assembly callingAssembly ) : void
HideServerSelectorIfServerAddressParameterSet ( string serverAddress ) : void
RegisterComponents ( Assembly callingAssembly ) : void
SetDefaultClientLocaleIfNotSet ( ) : void
SetDefaultForSidebarLocationAndShowServerSelectorIfLocationNotSet ( string serverAddress ) : void
SetDefaults ( string serverAddress ) : void
ShowServerSelectorIfServerAddressNotSet ( ) : void
getServerAddress ( string serverAddress ) : string
webBrowser_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void
webBrowser_Navigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void

Method Details

AcrolinxSidebar() public méthode

public AcrolinxSidebar ( ) : System
Résultat System

Check() public méthode

public Check ( IDocument document ) : String
document IDocument
Résultat String

InvalidateRanges() public méthode

public InvalidateRanges ( String checkId, IReadOnlyList matches ) : void
checkId String
matches IReadOnlyList
Résultat void

RegisterClientComponent() public méthode

public RegisterClientComponent ( Assembly assembly, string humanReadableName, SoftwareComponentCategory category ) : void
assembly System.Reflection.Assembly
humanReadableName string
category SoftwareComponentCategory
Résultat void

RegisterClientComponent() public méthode

public RegisterClientComponent ( string id, string name, string version, SoftwareComponentCategory category ) : void
id string
name string
version string
category SoftwareComponentCategory
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Start() public méthode

public Start ( string serverAddress ) : void
serverAddress string
Résultat void