DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ItemService.DeleteResult.DeleteEntry

    Represents an entry in the list of deleted items.

    Inheritance
    object
    ItemService.DeleteResult.DeleteEntry
    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 ItemService.DeleteResult.DeleteEntry

    Properties

    IdMaster

    Gets or sets the unique identifier.

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

    Mode

    Gets or sets the delete mode of the item (either "Item" or "Relation").

    Declaration
    public ItemService.DeleteMode Mode { get; set; }
    Property Value
    Type Description
    ItemService.DeleteMode

    ParentIdMaster

    Gets or sets the parent IdMaster of the deleted item (if applicable).

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

    SectionName

    Gets or sets the section name of the deleted item (if applicable).

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