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

Inheritance: IViewModel
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
OnOptionValidated ( ) : void

Method Details

GetImage() public method

public GetImage ( string p_strImagePath ) : Image
p_strImagePath string
return Image

OnOptionValidated() protected method

protected OnOptionValidated ( ) : void
return void

OptionInfoEditorVM() public method

public OptionInfoEditorVM ( Option p_optOption, IList p_lstModFiles ) : System
p_optOption Option
p_lstModFiles IList
return System

SaveOptionInfo() public method

public SaveOptionInfo ( ) : void
return void

Validate() public method

public Validate ( ) : bool
return bool

ValidateOptionName() public method

Ensures that the option name is valid.
public ValidateOptionName ( ) : bool
return bool