DataWeb
Search Results for

    Show / Hide Table of Contents

    Class StorageResult

    Represents the result of a storage operation.

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

    Properties

    ErrorMessage

    Gets or sets the error message associated with the storage operation, if any.

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    string

    IsSuccess

    Gets or sets a value indicating whether the storage operation was successful.

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