C# Class EnterpriseArchitectAddIn.EAQueryServiceControl

Inheritance: QueryServiceControl.QueryServiceControl
Afficher le fichier Open project: NCIP/cadsr-cgmdr-nci-uk

Méthodes publiques

Méthode Description
EAQueryServiceControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

use ( object sender, EventArgs e ) : void
useCLS ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

getSelectedElement ( ) : EA.Element
scControl_OnInsertTopXSDAttribute ( object sender, EventArgs e ) : void
scControl_OnInsertTopXSDElement ( 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

EAQueryServiceControl() public méthode

public EAQueryServiceControl ( ) : System
Résultat System

use() protected méthode

protected use ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

useCLS() protected méthode

protected useCLS ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void