DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ContextAction.DownloadResult

    Represents the download result of an action.

    Inheritance
    object
    ContextAction.DownloadResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public class ContextAction.DownloadResult

    Properties

    Error

    Contains information about any validation errors that occurred during the action.

    Declaration
    public ValidationError Error { get; set; }
    Property Value
    Type Description
    ValidationError

    IsValid

    Indicates whether the action is valid.

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