C# Class openhabUWP.Remote.Models.PageFluent

Datei anzeigen Open project: altima/openhabUWP

Public Methods

Method Description
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.

Method Details

SetIcon() public static method

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

SetId() public static method

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

SetLeaf() public static method

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

SetLink() public static method

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

SetParent() public static method

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

SetTitle() public static method

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

SetWidgets() public static method

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