Class ConditionValue
Value holder for a state.
Inheritance
System.Object
ConditionValue
Namespace: ISynergy.Framework.Automations.Conditions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class ConditionValue : object
Constructors
View SourceConditionValue(Object)
Default constructor.
Declaration
public ConditionValue(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
ConditionValue(String, Object)
Default constructor for events.
Declaration
public ConditionValue(string event, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | event | |
System.Object | value |
Properties
View SourceState
Placeholder for IState.
Declaration
public Type State { get; }
Property Value
Type | Description |
---|---|
Type |
Value
Placeholder for the value.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |