DataWeb
Search Results for

    Show / Hide Table of Contents

    Class VersionUpdateResult

    Represents the result of a version update operation.

    Inheritance
    object
    VersionUpdateResult
    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 VersionUpdateResult

    Properties

    ErrorCode

    Gets or sets the error code of the operation.

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

    IsValidAction

    Gets or sets the validity of the operation.

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