DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ContextItem

    Represents an item and its associated data fields in the context of a request.

    Inheritance
    object
    ContextItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public sealed class ContextItem

    Properties

    DataFields

    Gets or sets the data fields associated with the item.

    Declaration
    public IEnumerable<ContextItemDataField> DataFields { get; set; }
    Property Value
    Type Description
    IEnumerable<ContextItemDataField>

    Item

    Gets or sets the item.

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