C# Class openhabUWP.Remote.Models.Widget

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: altima/openhabUWP Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

Equals() public méthode

public Equals ( Widget widget ) : bool
widget Widget
Résultat bool

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void

Updated() public méthode

public Updated ( ) : void
Résultat void

Widget() public méthode

Initializes a new instance of the Widget class.
public Widget ( ) : System
Résultat System

Widget() public méthode

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.
Résultat System