C# 클래스 Nexus.Client.ModManagement.UI.ModTaggerVM

This class encapsulates the data and the operations presented by UI elements that display a mod tag editor.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
LoadTagOption ( IModInfo p_mifInfo ) : void

Loads the values of the given tag option into the tag editor.

ModTaggerVM ( AutoTagger p_atgTagger, IMod p_modMod, ISettings p_setSettings, Theme p_thmTheme ) : Nexus.Client.Games

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

SaveTags ( ) : void

Tags the mod with the current tag values.

메소드 상세

LoadTagOption() 공개 메소드

Loads the values of the given tag option into the tag editor.
public LoadTagOption ( IModInfo p_mifInfo ) : void
p_mifInfo IModInfo The tag option whose values are to be displayed in the tag editor.
리턴 void

ModTaggerVM() 공개 메소드

A simple constructor that initializes the object with the given values.
public ModTaggerVM ( AutoTagger p_atgTagger, IMod p_modMod, ISettings p_setSettings, Theme p_thmTheme ) : Nexus.Client.Games
p_atgTagger AutoTagger The tagger to use to tag mods with metadata.
p_modMod IMod The mod to be tagged.
p_setSettings ISettings The application and user settings.
p_thmTheme Nexus.Client.Games.Theme The current theme to use for the views.
리턴 Nexus.Client.Games

SaveTags() 공개 메소드

Tags the mod with the current tag values.
public SaveTags ( ) : void
리턴 void