Method | Description | |
---|---|---|
CanDelete ( InstallStep p_ispStep ) : bool |
Determines if the given InstallStep can be deleted from the XML Script.
|
|
XmlScriptTreeEditorVM ( XmlScriptType p_xstScriptType, IList |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
AddConditionallyInstalledFileSet ( IList |
Adds a new ConditionallyInstalledFileSet to the script.
|
|
AddInstallStep ( XmlScript p_xscScript ) : void |
Adds a new InstallStep to the script.
|
|
AddOption ( OptionGroup p_ogpParent ) : void |
Adds a new Option to the script.
|
|
AddOptionGroup ( InstallStep p_ispParent ) : void |
Adds a new OptionGroup to the script.
|
|
DeleteConditionallyInstalledFileSet ( ConditionallyInstalledFileSet p_cisFileSet ) : void |
Deletes the given ConditionallyInstalledFileSet from the script.
|
|
DeleteInstallStep ( InstallStep p_ispStep ) : void |
Deletes the given InstallStep from the script.
|
|
DeleteOption ( Option p_optOption ) : void |
Deletes the given Option from the script.
|
|
DeleteOptionGroup ( OptionGroup p_ogpGroup ) : void |
Deletes the given OptionGroup from the script.
|
|
OnPropertyChanged ( |
Raises the INotifyPropertyChanged.PropertyChanged event of the view model This method hooks into the INotifyPropertyChanged.PropertyChanged event of the Script whenever the Script changes. |
Method | Description | |
---|---|---|
Script_PropertyChanged ( object sender, |
Handles the INotifyPropertyChanged.PropertyChanged event of the XML Script being edited.
|
|
SetSupportedCommands ( ) : void |
This resets the editor to respond to changes in the script's version.
|
protected AddConditionallyInstalledFileSet ( IList |
||
p_lstSets | IList |
The list of the XML script's |
return | void |
protected AddInstallStep ( XmlScript p_xscScript ) : void | ||
p_xscScript | XmlScript | The script to which to add the |
return | void |
protected AddOption ( OptionGroup p_ogpParent ) : void | ||
p_ogpParent | OptionGroup | |
return | void |
protected AddOptionGroup ( InstallStep p_ispParent ) : void | ||
p_ispParent | InstallStep | The step to which to add the |
return | void |
public CanDelete ( InstallStep p_ispStep ) : bool | ||
p_ispStep | InstallStep | The |
return | bool |
protected DeleteConditionallyInstalledFileSet ( ConditionallyInstalledFileSet p_cisFileSet ) : void | ||
p_cisFileSet | ConditionallyInstalledFileSet | The |
return | void |
protected DeleteInstallStep ( InstallStep p_ispStep ) : void | ||
p_ispStep | InstallStep | The |
return | void |
protected DeleteOption ( Option p_optOption ) : void | ||
p_optOption | Option | The |
return | void |
protected DeleteOptionGroup ( OptionGroup p_ogpGroup ) : void | ||
p_ogpGroup | OptionGroup | The |
return | void |
protected OnPropertyChanged ( |
||
e | A |
|
return | void |
public XmlScriptTreeEditorVM ( XmlScriptType p_xstScriptType, IList |
||
p_xstScriptType | XmlScriptType | The type of the script being edited. |
p_lstModFiles | IList |
The list of files that are in the |
return | System |