C# Class BudgetAnalyser.Engine.Widgets.Widget

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode Description
Update ( ) : void

Updates the widget with new input.

Méthodes protégées

Méthode Description
ValidateUpdateInput ( object input ) : bool

Validates the updated input to ensure it is compliant with this widget dependency requirements. Called from Update

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void
Widget ( ) : System

Method Details

Update() public abstract méthode

Updates the widget with new input.
public abstract Update ( ) : void
Résultat void

ValidateUpdateInput() protected méthode

Validates the updated input to ensure it is compliant with this widget dependency requirements. Called from Update
protected ValidateUpdateInput ( object input ) : bool
input object
Résultat bool