Méthode | Description | |
---|---|---|
OptionGroupEditorVM ( OptionGroup p_opgGroup, OptionGroupProperties p_ogpEditableProperties ) : System | ||
SaveOptionGroup ( string p_strPropertyName ) : void | ||
Validate ( ) : bool |
Méthode | Description | |
---|---|---|
OnOptionGroupValidated ( ) : void | ||
ValidateGroupName ( ) : bool |
Ensures that the group name is valid. A group name is valid if it is not empty. |
protected OnOptionGroupValidated ( ) : void | ||
Résultat | void |
public OptionGroupEditorVM ( OptionGroup p_opgGroup, OptionGroupProperties p_ogpEditableProperties ) : System | ||
p_opgGroup | OptionGroup | |
p_ogpEditableProperties | OptionGroupProperties | |
Résultat | System |
public SaveOptionGroup ( string p_strPropertyName ) : void | ||
p_strPropertyName | string | |
Résultat | void |