C# 클래스 Nexus.Client.Games.SetupBaseVM

This class encapsulates the common data and the operations presented by UI elements that display the setup for a game mode.
상속: ISetupVM
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
Save ( ) : bool

Save the changes that the setup has performed.

SetupBaseVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo ) : System

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

메소드 상세

Save() 공개 메소드

Save the changes that the setup has performed.
public Save ( ) : bool
리턴 bool

SetupBaseVM() 공개 메소드

A simple constructor that initializes the object with the given values.
public SetupBaseVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo ) : System
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_gmdGameModeInfo IGameModeDescriptor The descriptor for the game mode being set up.
리턴 System