C# Class HA4IoT.Conditions.Specialized.ComponentIsInStateCondition

Inheritance: System.Condition
ファイルを表示 Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
ComponentIsInStateCondition ( IComponent component, ComponentState state ) : System

Method Details

ComponentIsInStateCondition() public method

public ComponentIsInStateCondition ( IComponent component, ComponentState state ) : System
component IComponent
state ComponentState
return System