DataWeb
Search Results for

    Show / Hide Table of Contents

    Class UserService.EditResult

    Represents the result of an edit operation.

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

    Properties

    IsModified

    Gets or sets a value indicating whether the item was modified.

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

    Item

    Gets or sets the item that was edited.

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

    ModifiedColumns

    Gets or sets a list of the columns that were modified.

    Declaration
    public List<string> ModifiedColumns { get; set; }
    Property Value
    Type Description
    List<string>
    In this article
    Back to top Generated by DocFX