C# 클래스 openhabUWP.Remote.Models.MappingFluent

파일 보기 프로젝트 열기: altima/openhabUWP

공개 메소드들

메소드 설명
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