DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleListEdit.ItemResult

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

    Properties

    Errors

    Declaration
    public List<ValidationError> Errors { get; set; }
    Property Value
    Type Description
    List<ValidationError>

    Id

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

    IsModified

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