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

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

Public Methods

Method 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

Method 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 method

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.
return System.Windows.Forms

ToString() public method

Uses the mode id to represent the game mode.
public ToString ( ) : string
return string