C# Class openhabUWP.Remote.Models.Mapping

Show file Open project: altima/openhabUWP Class Usage Examples

Public Methods

Method Description
Mapping ( )

Initializes a new instance of the Mapping class.

Mapping ( string command, string label )

Initializes a new instance of the Mapping class.

Method Details

Mapping() public method

Initializes a new instance of the Mapping class.
public Mapping ( )

Mapping() public method

Initializes a new instance of the Mapping class.
public Mapping ( string command, string label )
command string The command.
label string The label.