C# Class openhabUWP.Remote.Models.MappingFluent

Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode Description
SetCommand ( this mapping, string command ) : Mapping

Sets the command.

SetLabel ( this mapping, string label ) : Mapping

Sets the label.

Method Details

SetCommand() public static méthode

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

SetLabel() public static méthode

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