C# 클래스 openhabUWP.UI.Widgets.TextWidget

상속: IWidgetControl
파일 보기 프로젝트 열기: altima/openhabUWP

공개 메소드들

메소드 설명
RegisterForUpdate ( ) : void
TextWidget ( ) : System.Diagnostics
WidgetUpdateReceived ( Widget widget ) : void

비공개 메소드들

메소드 설명
OnDataContextChanged ( FrameworkElement sender, DataContextChangedEventArgs args ) : void
OnTapped ( object sender, TappedRoutedEventArgs tappedRoutedEventArgs ) : void

메소드 상세

RegisterForUpdate() 공개 메소드

public RegisterForUpdate ( ) : void
리턴 void

TextWidget() 공개 메소드

public TextWidget ( ) : System.Diagnostics
리턴 System.Diagnostics

WidgetUpdateReceived() 공개 메소드

public WidgetUpdateReceived ( Widget widget ) : void
widget openhabUWP.Remote.Models.Widget
리턴 void