C# Class Nexus.Client.ModAuthoring.UI.Controls.InstallScriptEditorVM

This class encapsulates the data and the operations presented by UI elements that display a mod install script editor.
Inheritance: ModScriptEditorVM
Datei anzeigen Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
InstallScriptEditorVM ( IScriptTypeRegistry p_stgScriptTypeRegistry ) : Nexus.Client.ModManagement.Scripting

A siple constructor that initializes the object with the given dependencies.

Method Details

InstallScriptEditorVM() public method

A siple constructor that initializes the object with the given dependencies.
public InstallScriptEditorVM ( IScriptTypeRegistry p_stgScriptTypeRegistry ) : Nexus.Client.ModManagement.Scripting
p_stgScriptTypeRegistry IScriptTypeRegistry The of available s.
return Nexus.Client.ModManagement.Scripting