Class AutomationEventService.EventEditResult
Represents the result of an event set operation.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationEventService.EventEditResult
Properties
AutomationEvent
Gets the automation event.
Declaration
public AutomationEvent AutomationEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationEvent |
IsSuccess
Gets a value indicating whether the automation event was created.
Declaration
public bool IsSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |