C# Class openhabUWP.Remote.Models.Item

Datei anzeigen Open project: altima/openhabUWP Class Usage Examples

Public Methods

Method Description
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.

Method Details

Item() public method

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

Item() public method

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.
return System.ComponentModel

Item() public method

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.
return System.ComponentModel