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

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
rlvConditionalInstalls_ItemsReordered void
rlvConditionalInstalls_Resize void

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

Метод Описание
ConditionallyInstalledFileSetOrderEditor ( ConditionallyInstalledFileSetOrderEditorVM p_vmlViewModel ) : System

A simple constructor that initializes the view with its dependencies.

GetViewModel ( ) : IViewModel

Gets the view model of the editor.

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

Метод Описание
BindConditionallyInstalledFileSets ( IList p_lstConditionallyInstalledFileSets ) : void

Binds the ConditionallyInstalledFileSets whose order is being edited to the UI.

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

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

Handles the ReorderableListView.ItemsReordered event of the list view of file sets.

This propagates the order change to the view model.

rlvConditionalInstalls_Resize ( object sender, EventArgs e ) : void

Handles the Control.Resize event of the list view of file sets.

This resizes the list view's columns.

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

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

Binds the ConditionallyInstalledFileSets whose order is being edited to the UI.
protected BindConditionallyInstalledFileSets ( IList p_lstConditionallyInstalledFileSets ) : void
p_lstConditionallyInstalledFileSets IList The s /// whose order is being edited.
Результат void

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

A simple constructor that initializes the view with its dependencies.
public ConditionallyInstalledFileSetOrderEditor ( ConditionallyInstalledFileSetOrderEditorVM p_vmlViewModel ) : System
p_vmlViewModel ConditionallyInstalledFileSetOrderEditorVM The view model that provides the data and operations for this view.
Результат System

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

Gets the view model of the editor.
public GetViewModel ( ) : IViewModel
Результат IViewModel