C# 클래스 openhabUWP.Remote.Models.Widget

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( Widget widget ) : bool
Updated ( ) : void
Widget ( ) : System

Initializes a new instance of the Widget class.

Widget ( string widgetId, string label, string type, string icon ) : System

Initializes a new instance of the Widget class.

보호된 메소드들

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

메소드 상세

Equals() 공개 메소드

public Equals ( Widget widget ) : bool
widget Widget
리턴 bool

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
리턴 void

Updated() 공개 메소드

public Updated ( ) : void
리턴 void

Widget() 공개 메소드

Initializes a new instance of the Widget class.
public Widget ( ) : System
리턴 System

Widget() 공개 메소드

Initializes a new instance of the Widget class.
public Widget ( string widgetId, string label, string type, string icon ) : System
widgetId string The widget identifier.
label string The label.
type string The type.
icon string The icon.
리턴 System