C# Class openhabUWP.Remote.Models.Item

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the Item class.
public Item ( ) : System.ComponentModel
Résultat System.ComponentModel

Item() public méthode

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

Item() public méthode

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