Method | Description | |
---|---|---|
Dispose ( ) : void | ||
LoadBindings ( string configPath ) : string | ||
SaveBindings ( string configPath, string bindingsXml ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
LoadRootNodeIcon ( ) : System.Windows.Media.ImageSource | ||
TaskRunnerConfigBase ( TaskRunnerProvider provider, ITaskRunnerCommandContext context, ITaskRunnerNode hierarchy ) : System |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |
public LoadBindings ( string configPath ) : string | ||
configPath | string | |
return | string |
protected LoadRootNodeIcon ( ) : System.Windows.Media.ImageSource | ||
return | System.Windows.Media.ImageSource |
public SaveBindings ( string configPath, string bindingsXml ) : bool | ||
configPath | string | |
bindingsXml | string | |
return | bool |
protected TaskRunnerConfigBase ( TaskRunnerProvider provider, ITaskRunnerCommandContext context, ITaskRunnerNode hierarchy ) : System | ||
provider | TaskRunnerProvider | |
context | ITaskRunnerCommandContext | |
hierarchy | ITaskRunnerNode | |
return | System |