C# 클래스 HA4IoT.Actuators.Triggers.TriggerBase

상속: ITrigger
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation

공개 메소드들

메소드 설명
Attach ( System.Action action ) : void
Attach ( IAction action ) : void
Execute ( ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( System.Action action ) : void
action System.Action
리턴 void

Attach() 공개 메소드

public Attach ( IAction action ) : void
action IAction
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void