DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationProfileService.ProfileEditResult

    Represents the result of a profile set operation.

    Inheritance
    object
    AutomationProfileService.ProfileEditResult
    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 AutomationProfileService.ProfileEditResult

    Properties

    AutomationProfile

    Gets the automation profile.

    Declaration
    public AutomationProfile AutomationProfile { get; set; }
    Property Value
    Type Description
    AutomationProfile

    IsNew

    Gets a value indicating whether the automation profile is new or has been updated.

    Declaration
    public bool IsNew { get; set; }
    Property Value
    Type Description
    bool

    IsSuccess

    Gets a value indicating whether the automation profile was created.

    Declaration
    public bool IsSuccess { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX