C# Класс Nexus.Client.Games.Fallout3.Scripting.XmlScript.XmlScript40NodeAdapter

Adapts a version 4.0 XmlScript to an XML script editor.
Наследование: XmlScript30NodeAdapter
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetInstallStepEditor() публичный Метод

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.
Результат Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditor

GetInstallStepOrderEditor() публичный Метод

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.
Результат Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditor

XmlScript40NodeAdapter() публичный Метод

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.
Результат System.Collections.Generic