Class AutomationTask.EvaluateEventResult
Represents the result of evaluating an automation event against a profile.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationTask.EvaluateEventResult
Properties
AutomationProfile
Gets or sets the automation profile associated with the evaluated event.
Declaration
public AutomationProfile AutomationProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationProfile |
IsValid
Gets or sets a value indicating whether the event is valid for execution.
Declaration
public bool IsValid { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
NotValidDescription
Gets or sets a more detailed description explaining why the evaluation was not valid (if any).
Declaration
public string NotValidDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NotValidReason
Gets or sets the reason why the evaluation was not valid (if any).
Declaration
public string NotValidReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TriggerEvent
Gets or sets the automation event that was evaluated.
Declaration
public AutomationEvent TriggerEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationEvent |