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

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

공개 메소드들

메소드 설명
Item ( ) : System.ComponentModel

Initializes a new instance of the Item class.

Item ( string link, string name, string state, string type ) : System.ComponentModel

Initializes a new instance of the Item class.

Item ( string link, string name, string state, string type, StateDescription stateDescription ) : System.ComponentModel

Initializes a new instance of the Item class.

메소드 상세

Item() 공개 메소드

Initializes a new instance of the Item class.
public Item ( ) : System.ComponentModel
리턴 System.ComponentModel

Item() 공개 메소드

Initializes a new instance of the Item class.
public Item ( string link, string name, string state, string type ) : System.ComponentModel
link string The link.
name string The name.
state string The state.
type string The type.
리턴 System.ComponentModel

Item() 공개 메소드

Initializes a new instance of the Item class.
public Item ( string link, string name, string state, string type, StateDescription stateDescription ) : System.ComponentModel
link string The link.
name string The name.
state string The state.
type string The type.
stateDescription StateDescription The state description.
리턴 System.ComponentModel