DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ContextItemDataField

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

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

    Properties

    Name

    Gets or sets the name of the data field.

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

    SectionName

    Gets or sets the name of the section the data field belongs to.

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

    Value

    Gets or sets the value of the data field.

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