C# Class Nexus.Client.UI.Controls.GameModeListViewItemBase

The base class for items displayed in a GameModeListView.
Inheritance: ManagedFontUserControl
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
GameModeListViewItemBase ( IGameModeDescriptor p_gmdGameModeInfo ) : System.Windows.Forms

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

ToString ( ) : string

Uses the mode id to represent the game mode.

Private Methods

Méthode Description
GameModeListViewItemBase ( ) : System.Windows.Forms

The default constructor.

This constructor is not meant to be used, but it is required so the IDE designer can create controls that are derived from this class, and thus allow visual editing.

Method Details

GameModeListViewItemBase() public méthode

A simple constructor that initializes the object with the given dependencies.
public GameModeListViewItemBase ( IGameModeDescriptor p_gmdGameModeInfo ) : System.Windows.Forms
p_gmdGameModeInfo IGameModeDescriptor The descriptor for the game mode to display in the item.
Résultat System.Windows.Forms

ToString() public méthode

Uses the mode id to represent the game mode.
public ToString ( ) : string
Résultat string