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

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

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

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