C# Class Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditors.ConditionallyInstalledFileSetOrderEditor

Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Private Properties

Свойство Type Description
rlvConditionalInstalls_ItemsReordered void
rlvConditionalInstalls_Resize void

Méthodes publiques

Méthode Description
ConditionallyInstalledFileSetOrderEditor ( ConditionallyInstalledFileSetOrderEditorVM p_vmlViewModel ) : System

A simple constructor that initializes the view with its dependencies.

GetViewModel ( ) : IViewModel

Gets the view model of the editor.

Méthodes protégées

Méthode Description
BindConditionallyInstalledFileSets ( IList p_lstConditionallyInstalledFileSets ) : void

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

Private Methods

Méthode Description
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.

Method Details

BindConditionallyInstalledFileSets() protected méthode

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.
Résultat void

ConditionallyInstalledFileSetOrderEditor() public méthode

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.
Résultat System

GetViewModel() public méthode

Gets the view model of the editor.
public GetViewModel ( ) : IViewModel
Résultat IViewModel