C# Class Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditors.OptionInfoEditorVM

Inheritance: IViewModel
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
GetImage ( string p_strImagePath ) : Image
OptionInfoEditorVM ( Option p_optOption, IList p_lstModFiles ) : System
SaveOptionInfo ( ) : void
Validate ( ) : bool
ValidateOptionName ( ) : bool

Ensures that the option name is valid.

Méthodes protégées

Méthode Description
OnOptionValidated ( ) : void

Method Details

GetImage() public méthode

public GetImage ( string p_strImagePath ) : Image
p_strImagePath string
Résultat Image

OnOptionValidated() protected méthode

protected OnOptionValidated ( ) : void
Résultat void

OptionInfoEditorVM() public méthode

public OptionInfoEditorVM ( Option p_optOption, IList p_lstModFiles ) : System
p_optOption Option
p_lstModFiles IList
Résultat System

SaveOptionInfo() public méthode

public SaveOptionInfo ( ) : void
Résultat void

Validate() public méthode

public Validate ( ) : bool
Résultat bool

ValidateOptionName() public méthode

Ensures that the option name is valid.
public ValidateOptionName ( ) : bool
Résultat bool