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

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

Méthodes publiques

Méthode Description
OptionGroupEditorVM ( OptionGroup p_opgGroup, OptionGroupProperties p_ogpEditableProperties ) : System
SaveOptionGroup ( string p_strPropertyName ) : void
Validate ( ) : bool

Méthodes protégées

Méthode Description
OnOptionGroupValidated ( ) : void
ValidateGroupName ( ) : bool

Ensures that the group name is valid.

A group name is valid if it is not empty.

Method Details

OnOptionGroupValidated() protected méthode

protected OnOptionGroupValidated ( ) : void
Résultat void

OptionGroupEditorVM() public méthode

public OptionGroupEditorVM ( OptionGroup p_opgGroup, OptionGroupProperties p_ogpEditableProperties ) : System
p_opgGroup OptionGroup
p_ogpEditableProperties OptionGroupProperties
Résultat System

SaveOptionGroup() public méthode

public SaveOptionGroup ( string p_strPropertyName ) : void
p_strPropertyName string
Résultat void

Validate() public méthode

public Validate ( ) : bool
Résultat bool

ValidateGroupName() protected méthode

Ensures that the group name is valid.
A group name is valid if it is not empty.
protected ValidateGroupName ( ) : bool
Résultat bool