C# Class openhabUWP.Remote.Models.Page

Show file Open project: altima/openhabUWP Class Usage Examples

Public Methods

Method 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 method

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

Page() public method

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.
return System.Collections.Generic