C# Класс openhabUWP.Remote.Models.MappingFluent

Показать файл Открыть проект

Открытые методы

Метод Описание
SetCommand ( this mapping, string command ) : Mapping

Sets the command.

SetLabel ( this mapping, string label ) : Mapping

Sets the label.

Описание методов

SetCommand() публичный статический Метод

Sets the command.
public static SetCommand ( this mapping, string command ) : Mapping
mapping this The mapping.
command string The command.
Результат Mapping

SetLabel() публичный статический Метод

Sets the label.
public static SetLabel ( this mapping, string label ) : Mapping
mapping this The mapping.
label string The label.
Результат Mapping