C# Class Nexus.Client.Games.Fallout3.Scripting.XmlScript.XmlScript40NodeAdapter

Adapts a version 4.0 XmlScript to an XML script editor.
Inheritance: XmlScript30NodeAdapter
Show file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
GetInstallStepEditor ( InstallStep p_ispStep, IList p_lstModFiles ) : NodeEditor

Gets the editor to use to edit an InstallStep.

GetInstallStepOrderEditor ( Nexus p_xscScript, IList p_lstModFiles ) : NodeEditor

Gets the editor to use to edit the XmlScript's install step order.

XmlScript40NodeAdapter ( XmlScriptType p_xstScripType ) : System.Collections.Generic

A simple constructor that initializes the object with the given values.

Method Details

GetInstallStepEditor() public method

Gets the editor to use to edit an InstallStep.
public GetInstallStepEditor ( InstallStep p_ispStep, IList p_lstModFiles ) : NodeEditor
p_ispStep InstallStep The to edit.
p_lstModFiles IList The list of files in the mod to which the /// being edited belongs.
return Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditor

GetInstallStepOrderEditor() public method

Gets the editor to use to edit the XmlScript's install step order.
public GetInstallStepOrderEditor ( Nexus p_xscScript, IList p_lstModFiles ) : NodeEditor
p_xscScript Nexus The whose install step order is to be edited.
p_lstModFiles IList The list of files in the mod to which the /// being edited belongs.
return Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditor

XmlScript40NodeAdapter() public method

A simple constructor that initializes the object with the given values.
public XmlScript40NodeAdapter ( XmlScriptType p_xstScripType ) : System.Collections.Generic
p_xstScripType Nexus.Client.ModManagement.Scripting.XmlScript.XmlScriptType The current xml script type.
return System.Collections.Generic