C# Class openhabUWP.Remote.Models.WidgetFluent

Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode Description
IsChartWidget ( this widget ) : bool
IsColorPickerWidget ( this widget ) : bool
IsFrameWidget ( this widget ) : bool
IsGroupWidget ( this widget ) : bool
IsImageWidget ( this widget ) : bool
IsMapViewWidget ( this widget ) : bool
IsSelectionWidget ( this widget ) : bool
IsSetPointWidget ( this widget ) : bool
IsSliderWidget ( this widget ) : bool
IsSwitchWidget ( this widget ) : bool
IsTextWidget ( this widget ) : bool
IsVideoWidget ( this widget ) : bool
IsWebViewWidget ( this widget ) : bool
SetChartProperties ( this chart, double height, double refresh, string period ) : Widget
SetGroupNames ( this widget, string groupNames ) : Widget
SetHeight ( this widget, double height ) : Widget
SetIcon ( this input, string icon ) : Widget
SetItem ( this input, Item item ) : Widget
SetLabel ( this input, string label ) : Widget
SetLinkedPage ( this input, Page linkedPage ) : Widget
SetMappings ( this input, Mapping mappings ) : Widget
SetTags ( this widget, string tags ) : Widget
SetType ( this input, string type ) : Widget
SetUrl ( this widget, string url ) : Widget
SetWidgetId ( this input, string widgetId ) : Widget
SetWidgets ( this input, Widget widgets ) : Widget

Private Methods

Méthode Description
IsWidget ( this widget, string ofType ) : bool

Method Details

IsChartWidget() public static méthode

public static IsChartWidget ( this widget ) : bool
widget this
Résultat bool

IsColorPickerWidget() public static méthode

public static IsColorPickerWidget ( this widget ) : bool
widget this
Résultat bool

IsFrameWidget() public static méthode

public static IsFrameWidget ( this widget ) : bool
widget this
Résultat bool

IsGroupWidget() public static méthode

public static IsGroupWidget ( this widget ) : bool
widget this
Résultat bool

IsImageWidget() public static méthode

public static IsImageWidget ( this widget ) : bool
widget this
Résultat bool

IsMapViewWidget() public static méthode

public static IsMapViewWidget ( this widget ) : bool
widget this
Résultat bool

IsSelectionWidget() public static méthode

public static IsSelectionWidget ( this widget ) : bool
widget this
Résultat bool

IsSetPointWidget() public static méthode

public static IsSetPointWidget ( this widget ) : bool
widget this
Résultat bool

IsSliderWidget() public static méthode

public static IsSliderWidget ( this widget ) : bool
widget this
Résultat bool

IsSwitchWidget() public static méthode

public static IsSwitchWidget ( this widget ) : bool
widget this
Résultat bool

IsTextWidget() public static méthode

public static IsTextWidget ( this widget ) : bool
widget this
Résultat bool

IsVideoWidget() public static méthode

public static IsVideoWidget ( this widget ) : bool
widget this
Résultat bool

IsWebViewWidget() public static méthode

public static IsWebViewWidget ( this widget ) : bool
widget this
Résultat bool

SetChartProperties() public static méthode

public static SetChartProperties ( this chart, double height, double refresh, string period ) : Widget
chart this
height double
refresh double
period string
Résultat Widget

SetGroupNames() public static méthode

public static SetGroupNames ( this widget, string groupNames ) : Widget
widget this
groupNames string
Résultat Widget

SetHeight() public static méthode

public static SetHeight ( this widget, double height ) : Widget
widget this
height double
Résultat Widget

SetIcon() public static méthode

public static SetIcon ( this input, string icon ) : Widget
input this
icon string
Résultat Widget

SetItem() public static méthode

public static SetItem ( this input, Item item ) : Widget
input this
item Item
Résultat Widget

SetLabel() public static méthode

public static SetLabel ( this input, string label ) : Widget
input this
label string
Résultat Widget

SetLinkedPage() public static méthode

public static SetLinkedPage ( this input, Page linkedPage ) : Widget
input this
linkedPage Page
Résultat Widget

SetMappings() public static méthode

public static SetMappings ( this input, Mapping mappings ) : Widget
input this
mappings Mapping
Résultat Widget

SetTags() public static méthode

public static SetTags ( this widget, string tags ) : Widget
widget this
tags string
Résultat Widget

SetType() public static méthode

public static SetType ( this input, string type ) : Widget
input this
type string
Résultat Widget

SetUrl() public static méthode

public static SetUrl ( this widget, string url ) : Widget
widget this
url string
Résultat Widget

SetWidgetId() public static méthode

public static SetWidgetId ( this input, string widgetId ) : Widget
input this
widgetId string
Résultat Widget

SetWidgets() public static méthode

public static SetWidgets ( this input, Widget widgets ) : Widget
input this
widgets Widget
Résultat Widget