C# 클래스 Nexus.Client.Games.DragonAge.GeneralSettingsGroup

The group of general settings.
상속: Nexus.Client.Settings.SettingsGroup
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
GeneralSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo, IGameMode p_gmdGameMode ) : Nexus.Client.Settings

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

Load ( ) : void

Loads the grouped setting values from the persistent store.

Save ( ) : bool

Persists the grouped setting values to the persistent store.

메소드 상세

GeneralSettingsGroup() 공개 메소드

A simple constructor that initializes the object with the given dependencies.
public GeneralSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo, IGameMode p_gmdGameMode ) : Nexus.Client.Settings
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_gmdGameMode IGameMode The game mode currently being managed.
리턴 Nexus.Client.Settings

Load() 공개 메소드

Loads the grouped setting values from the persistent store.
public Load ( ) : void
리턴 void

Save() 공개 메소드

Persists the grouped setting values to the persistent store.
public Save ( ) : bool
리턴 bool