C# Класс openhabUWP.Remote.Models.WidgetFluent

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsWidget ( this widget, string ofType ) : bool

Описание методов

IsChartWidget() публичный статический Метод

public static IsChartWidget ( this widget ) : bool
widget this
Результат bool

IsColorPickerWidget() публичный статический Метод

public static IsColorPickerWidget ( this widget ) : bool
widget this
Результат bool

IsFrameWidget() публичный статический Метод

public static IsFrameWidget ( this widget ) : bool
widget this
Результат bool

IsGroupWidget() публичный статический Метод

public static IsGroupWidget ( this widget ) : bool
widget this
Результат bool

IsImageWidget() публичный статический Метод

public static IsImageWidget ( this widget ) : bool
widget this
Результат bool

IsMapViewWidget() публичный статический Метод

public static IsMapViewWidget ( this widget ) : bool
widget this
Результат bool

IsSelectionWidget() публичный статический Метод

public static IsSelectionWidget ( this widget ) : bool
widget this
Результат bool

IsSetPointWidget() публичный статический Метод

public static IsSetPointWidget ( this widget ) : bool
widget this
Результат bool

IsSliderWidget() публичный статический Метод

public static IsSliderWidget ( this widget ) : bool
widget this
Результат bool

IsSwitchWidget() публичный статический Метод

public static IsSwitchWidget ( this widget ) : bool
widget this
Результат bool

IsTextWidget() публичный статический Метод

public static IsTextWidget ( this widget ) : bool
widget this
Результат bool

IsVideoWidget() публичный статический Метод

public static IsVideoWidget ( this widget ) : bool
widget this
Результат bool

IsWebViewWidget() публичный статический Метод

public static IsWebViewWidget ( this widget ) : bool
widget this
Результат bool

SetChartProperties() публичный статический Метод

public static SetChartProperties ( this chart, double height, double refresh, string period ) : Widget
chart this
height double
refresh double
period string
Результат Widget

SetGroupNames() публичный статический Метод

public static SetGroupNames ( this widget, string groupNames ) : Widget
widget this
groupNames string
Результат Widget

SetHeight() публичный статический Метод

public static SetHeight ( this widget, double height ) : Widget
widget this
height double
Результат Widget

SetIcon() публичный статический Метод

public static SetIcon ( this input, string icon ) : Widget
input this
icon string
Результат Widget

SetItem() публичный статический Метод

public static SetItem ( this input, Item item ) : Widget
input this
item Item
Результат Widget

SetLabel() публичный статический Метод

public static SetLabel ( this input, string label ) : Widget
input this
label string
Результат Widget

SetLinkedPage() публичный статический Метод

public static SetLinkedPage ( this input, Page linkedPage ) : Widget
input this
linkedPage Page
Результат Widget

SetMappings() публичный статический Метод

public static SetMappings ( this input, Mapping mappings ) : Widget
input this
mappings Mapping
Результат Widget

SetTags() публичный статический Метод

public static SetTags ( this widget, string tags ) : Widget
widget this
tags string
Результат Widget

SetType() публичный статический Метод

public static SetType ( this input, string type ) : Widget
input this
type string
Результат Widget

SetUrl() публичный статический Метод

public static SetUrl ( this widget, string url ) : Widget
widget this
url string
Результат Widget

SetWidgetId() публичный статический Метод

public static SetWidgetId ( this input, string widgetId ) : Widget
input this
widgetId string
Результат Widget

SetWidgets() публичный статический Метод

public static SetWidgets ( this input, Widget widgets ) : Widget
input this
widgets Widget
Результат Widget