C# Класс Nexus.Client.ModAuthoring.UI.Controls.ModScriptEditorVM

This class encapsulates the data and the operations presented by UI elements that display a mod script editor.
This is an abstract base class that be be subclassed to provide view models for each type of mod script, such as IScriptedMod.InstallScript.
Наследование: ObservableObject
Показать файл Открыть проект

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

Метод Описание
ModScriptEditorVM ( IScriptTypeRegistry p_stgScriptTypeRegistry ) : System.Collections.Generic

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

Защищенные методы

Метод Описание
RefreshScript ( ) : void

Loads the script from the mod being edited.

Приватные методы

Метод Описание
EditedMod_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles the INotifyPropertyChanged.PropertyChanged event of the mod being edited.

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

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

A siple constructor that initializes the object with the given dependencies.
public ModScriptEditorVM ( IScriptTypeRegistry p_stgScriptTypeRegistry ) : System.Collections.Generic
p_stgScriptTypeRegistry IScriptTypeRegistry The of available s.
Результат System.Collections.Generic

RefreshScript() защищенный Метод

Loads the script from the mod being edited.
protected RefreshScript ( ) : void
Результат void