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

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

공개 메소드들

메소드 설명
SetIcon ( this page, string icon ) : Page

Sets the icon.

SetId ( this page, string id ) : Page

Sets the identifier.

SetLeaf ( this page, bool leaf ) : Page

Sets the leaf.

SetLink ( this page, string link ) : Page

Sets the link.

SetParent ( this page, Page parent ) : Page

Sets the parent.

SetTitle ( this page, string title ) : Page

Sets the title.

SetWidgets ( this page ) : Page

Sets the widgets.

메소드 상세

SetIcon() 공개 정적인 메소드

Sets the icon.
public static SetIcon ( this page, string icon ) : Page
page this The page.
icon string The icon.
리턴 Page

SetId() 공개 정적인 메소드

Sets the identifier.
public static SetId ( this page, string id ) : Page
page this The page.
id string The identifier.
리턴 Page

SetLeaf() 공개 정적인 메소드

Sets the leaf.
public static SetLeaf ( this page, bool leaf ) : Page
page this The page.
leaf bool if set to true [leaf].
리턴 Page

SetLink() 공개 정적인 메소드

Sets the link.
public static SetLink ( this page, string link ) : Page
page this The page.
link string The link.
리턴 Page

SetParent() 공개 정적인 메소드

Sets the parent.
public static SetParent ( this page, Page parent ) : Page
page this The page.
parent Page The parent.
리턴 Page

SetTitle() 공개 정적인 메소드

Sets the title.
public static SetTitle ( this page, string title ) : Page
page this The page.
title string The title.
리턴 Page

SetWidgets() 공개 정적인 메소드

Sets the widgets.
public static SetWidgets ( this page ) : Page
page this The page.
리턴 Page