C# Class openhabUWP.Remote.Models.Page

Afficher le fichier Open project: altima/openhabUWP Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Page() public méthode

Initializes a new instance of the Page class.
public Page ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Page() public méthode

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.
Résultat System.Collections.Generic