C# 클래스 Nexus.Client.UI.Controls.GameModeListViewItemBase

The base class for items displayed in a GameModeListView.
상속: ManagedFontUserControl
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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