C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditors.ConditionallyInstalledFileSetEditorVM

This class encapsulates the data and the operations presented by UI elements that display a ConditionallyInstalledFileSet editor.
Наследование: IViewModel
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConditionallyInstalledFileSetEditorVM ( ConditionEditorVM p_vmlConditionEditor, FileListEditorVM p_vmlFileList, ConditionallyInstalledFileSet p_cisConditionallyInstalledFileSet ) : System

A simple constructor that initializes the view model with its dependencies.

Validate ( ) : bool

This validates the current state of the ConditionallyInstalledFileSet.

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

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

Handles the NodeEditors.ConditionEditorVM.ConditionSaved event of the ICondition editor's view model.

This persistes the new condition to the ConditionallyInstalledFileSet.

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

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

A simple constructor that initializes the view model with its dependencies.
public ConditionallyInstalledFileSetEditorVM ( ConditionEditorVM p_vmlConditionEditor, FileListEditorVM p_vmlFileList, ConditionallyInstalledFileSet p_cisConditionallyInstalledFileSet ) : System
p_vmlConditionEditor ConditionEditorVM The that encapsulates the data /// and operations for diaplying the editor.
p_vmlFileList FileListEditorVM The that encapsulates the data /// and operations for diaplying the file list editor.
p_cisConditionallyInstalledFileSet ConditionallyInstalledFileSet The being edited.
Результат System

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

This validates the current state of the ConditionallyInstalledFileSet.
public Validate ( ) : bool
Результат bool