DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationEventService.EventEditResult

    Represents the result of an event set operation.

    Inheritance
    object
    AutomationEventService.EventEditResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX