C# Класс Nexus.Client.UI.Controls.GameModeListViewItemBase

The base class for items displayed in a GameModeListView.
Наследование: ManagedFontUserControl
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

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

Метод Описание
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.

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

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

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.
Результат System.Windows.Forms

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

Uses the mode id to represent the game mode.
public ToString ( ) : string
Результат string