C# Class ReSharperNTriplesLanguage.AboutAction
Datei anzeigen
Open project: xsburg/ReSharper.NTriples
Public Methods
Method |
Description |
|
Execute ( IDataContext context, DelegateExecute nextExecute ) : void |
|
|
Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool |
|
|
Method Details
public Execute ( IDataContext context, DelegateExecute nextExecute ) : void |
context |
IDataContext |
|
nextExecute |
DelegateExecute |
|
return |
void |
|
public Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool |
context |
IDataContext |
|
presentation |
ActionPresentation |
|
nextUpdate |
DelegateUpdate |
|
return |
bool |
|