Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
HA4IoT
Actuators
Triggers
TriggerBase
C# Class HA4IoT.Actuators.Triggers.TriggerBase
Inheritance:
ITrigger
Exibir arquivo
Open project: chkr1011/CK.HomeAutomation
Public Methods
Method
Description
Attach
(
System.Action
action
) :
void
Attach
(
IAction
action
) :
void
Execute
( ) :
void
Method Details
Attach()
public
method
public
Attach
(
System.Action
action
) :
void
action
System.Action
return
void
Attach()
public
method
public
Attach
(
IAction
action
) :
void
action
IAction
return
void
Execute()
public
method
public
Execute
( ) :
void
return
void