DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ContextItemData

    Represents the data associated with an item in the context of a request.

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

    Properties

    DataFields

    Gets or sets the data fields associated with the item.

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

    MasterPart

    Gets or sets the master part of the item.

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