C# Class openhabUWP.Remote.Models.Widget

Inheritance: INotifyPropertyChanged
Show file Open project: altima/openhabUWP Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

Equals() public method

public Equals ( Widget widget ) : bool
widget Widget
return bool

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void

Updated() public method

public Updated ( ) : void
return void

Widget() public method

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

Widget() public method

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.
return System