C# Class BudgetAnalyser.Engine.Widgets.Widget

Inheritance: INotifyPropertyChanged
Show file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
Update ( ) : void

Updates the widget with new input.

Protected Methods

Method Description
ValidateUpdateInput ( object input ) : bool

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

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void
Widget ( ) : System

Method Details

Update() public abstract method

Updates the widget with new input.
public abstract Update ( ) : void
return void

ValidateUpdateInput() protected method

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