C# Class openhabUWP.Remote.Models.MappingFluent

Show file Open project: altima/openhabUWP

Public Methods

Method Description
SetCommand ( this mapping, string command ) : Mapping

Sets the command.

SetLabel ( this mapping, string label ) : Mapping

Sets the label.

Method Details

SetCommand() public static method

Sets the command.
public static SetCommand ( this mapping, string command ) : Mapping
mapping this The mapping.
command string The command.
return Mapping

SetLabel() public static method

Sets the label.
public static SetLabel ( this mapping, string label ) : Mapping
mapping this The mapping.
label string The label.
return Mapping