Interface ICondition
Public interface of a condition
Namespace: ISynergy.Framework.Automations.Abstractions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public interface ICondition
Properties
View SourceAutomationId
Gets or sets the AutomationId property value.
Declaration
Guid AutomationId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
ConditionId
Gets or sets the ConditionId property value.
Declaration
Guid ConditionId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Operator
Gets or sets the ConditionType property value.
Declaration
OperatorTypes Operator { get; set; }
Property Value
| Type | Description |
|---|---|
| OperatorTypes |
Methods
View SourceValidateCondition(Object)
ValidateAction with object.
Declaration
bool ValidateCondition(object entity)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | entity |
Returns
| Type | Description |
|---|---|
| System.Boolean |