C# 클래스 openhabUWP.Remote.Models.Page

파일 보기 프로젝트 열기: altima/openhabUWP 1 사용 예제들

공개 메소드들

메소드 설명
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