C# Class openhabUWP.Remote.Models.PageFluent

Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode 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 méthode

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

SetId() public static méthode

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

SetLeaf() public static méthode

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

SetLink() public static méthode

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

SetParent() public static méthode

Sets the parent.
public static SetParent ( this page, Page parent ) : Page
page this The page.
parent Page The parent.
Résultat Page

SetTitle() public static méthode

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

SetWidgets() public static méthode

Sets the widgets.
public static SetWidgets ( this page ) : Page
page this The page.
Résultat Page