Property | Type | Description | |
---|---|---|---|
CustomizeSelections | bool | ||
Selections | Selections | ||
SelectionsDocument | bool | ||
ShowXml | bool |
Property | Type | Description | |
---|---|---|---|
GetSelectionsOutput | string | ||
SolveCallback | Selections | ||
TryParseSelectionsDocument | void |
Method | Description | |
---|---|---|
Execute ( ) : ExitCode | ||
Parse ( IEnumerable |
||
Selection ( [ handler ) : System |
Method | Description | |
---|---|---|
RefreshSolve ( ) : void |
Run Solve with IFeedManager.Refresh set to
|
|
SetInterfaceUri ( FeedUri uri ) : void |
Sets Requirements.InterfaceUri and applies Requirements options that need to be deferred to the end of the parsing process.
|
|
ShowOutput ( ) : ExitCode | ||
ShowSelections ( ) : void |
Displays the Selections to the user.
|
|
Solve ( ) : void |
Runs ISolver.Solve (unless SelectionsDocument is
|
Method | Description | |
---|---|---|
GetSelectionsOutput ( ) : string | ||
SolveCallback ( ) : Selections |
Run Solve and inform the caller as well as the ICommandHandler of any changes.
|
|
TryParseSelectionsDocument ( ) : void |
Trys to parse Requirements.InterfaceUri as a pre-computed Selection.Selections document.
|
protected SetInterfaceUri ( FeedUri uri ) : void | ||
uri | FeedUri | |
return | void |