C# 클래스 Nexus.Client.Games.Fallout3.Scripting.XmlScript.XmlScript20NodeAdapter

Adapts a version 2.0 XmlScript to an XML script editor.
상속: XmlScript10NodeAdapter
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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.

GetOptionEditor ( Option p_optOption, IList p_lstModFiles ) : NodeEditor

The editor to use to edit an Option.

XmlScript20NodeAdapter ( XmlScriptType p_xstScripType ) : System.Collections.Generic

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

보호된 메소드들

메소드 설명
CreateConditionEditorVM ( IList p_lstModFiles, CPLConverter p_cvtConverter ) : ConditionEditorVM

Creates a ConditionEditorVM.

메소드 상세

CreateConditionEditorVM() 보호된 메소드

Creates a ConditionEditorVM.
protected CreateConditionEditorVM ( IList p_lstModFiles, CPLConverter p_cvtConverter ) : ConditionEditorVM
p_lstModFiles IList The list of files in the script's mod.
p_cvtConverter Nexus.Client.ModManagement.Scripting.XmlScript.CPL.CPLConverter A converter to use to convert CPL.
리턴 Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditors.ConditionEditorVM

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

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

XmlScript20NodeAdapter() 공개 메소드

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