C# 클래스 BudgetAnalyser.Engine.Widgets.Widget

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
Update ( ) : void

Updates the widget with new input.

보호된 메소드들

메소드 설명
ValidateUpdateInput ( object input ) : bool

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

비공개 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void
Widget ( ) : System

메소드 상세

Update() 공개 추상적인 메소드

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

ValidateUpdateInput() 보호된 메소드

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