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

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Page ( ) : System.Collections.Generic

Initializes a new instance of the Page class.

Page ( string id, string title, string link, bool leaf, string icon ) : System.Collections.Generic

Initializes a new instance of the Page class.

Описание методов

Page() публичный Метод

Initializes a new instance of the Page class.
public Page ( ) : System.Collections.Generic
Результат System.Collections.Generic

Page() публичный Метод

Initializes a new instance of the Page class.
public Page ( string id, string title, string link, bool leaf, string icon ) : System.Collections.Generic
id string The identifier.
title string The title.
link string The link.
leaf bool if set to true [leaf].
icon string The icon.
Результат System.Collections.Generic