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

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

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

Метод Описание
GetConditionallyInstalledFileSetEditor ( ConditionallyInstalledFileSet p_cipPattern, IList p_lstModFiles ) : NodeEditor

The editor to use to edit a ConditionallyInstalledFileSet.

GetConditionallyInstalledFileSetOrderEditor ( IList p_lstConditionallyInstalledFileSets, IList p_lstModFiles ) : NodeEditor

Gets the editor to use to edit the XmlScript's conditionally installed file set order.

GetHeaderEditor ( HeaderInfo p_hdrHeader, IList p_lstModFiles ) : NodeEditor

Gets the editor to use to edit HeaderInfo.

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.

GetOptionEditor ( Option p_optOption, IList p_lstModFiles ) : NodeEditor

The editor to use to edit an Option.

GetOptionGroupEditor ( OptionGroup p_opgGroup, IList p_lstModFiles ) : NodeEditor

The editor to use to edit an OptionGroup.

GetPrerequisitesEditor ( Nexus p_xscScript, IList p_lstModFiles ) : NodeEditor

Gets the editor to use to edit the XmlScript prerequisites.

GetRequiredInstallFilesEditor ( IList p_lstFiles, IList p_lstModFiles ) : NodeEditor

Gets the editor to use to edit XmlScript's required install files.

XmlScript10NodeAdapter ( XmlScriptType p_xstScripType ) : System.Collections.Generic

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

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

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

The editor to use to edit a ConditionallyInstalledFileSet.
public GetConditionallyInstalledFileSetEditor ( ConditionallyInstalledFileSet p_cipPattern, IList p_lstModFiles ) : NodeEditor
p_cipPattern Nexus.Client.ModManagement.Scripting.XmlScript.ConditionallyInstalledFileSet 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

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

Gets the editor to use to edit the XmlScript's conditionally installed file set order.
public GetConditionallyInstalledFileSetOrderEditor ( IList p_lstConditionallyInstalledFileSets, IList p_lstModFiles ) : NodeEditor
p_lstConditionallyInstalledFileSets IList The conditionally installed file sets whose 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

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

Gets the editor to use to edit HeaderInfo.
public GetHeaderEditor ( HeaderInfo p_hdrHeader, IList p_lstModFiles ) : NodeEditor
p_hdrHeader Nexus.Client.ModManagement.Scripting.XmlScript.HeaderInfo The header 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

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

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

The editor to use to edit an Option.
public GetOptionEditor ( Option p_optOption, IList p_lstModFiles ) : NodeEditor
p_optOption Nexus.Client.ModManagement.Scripting.XmlScript.Option 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

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

The editor to use to edit an OptionGroup.
public GetOptionGroupEditor ( OptionGroup p_opgGroup, IList p_lstModFiles ) : NodeEditor
p_opgGroup OptionGroup 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

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

Gets the editor to use to edit the XmlScript prerequisites.
public GetPrerequisitesEditor ( Nexus p_xscScript, IList p_lstModFiles ) : NodeEditor
p_xscScript Nexus The whose prerequisites are 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

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

Gets the editor to use to edit XmlScript's required install files.
public GetRequiredInstallFilesEditor ( IList p_lstFiles, IList p_lstModFiles ) : NodeEditor
p_lstFiles IList The list of required install files 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

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

A simple constructor that initializes the object with the given values.
public XmlScript10NodeAdapter ( XmlScriptType p_xstScripType ) : System.Collections.Generic
p_xstScripType Nexus.Client.ModManagement.Scripting.XmlScript.XmlScriptType The current xml script type.
Результат System.Collections.Generic