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

파일 보기 프로젝트 열기: altima/openhabUWP

공개 메소드들

메소드 설명
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