DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ContextItemFilter.FilterDataField

    Represents a filter data field for a context item filter.

    Inheritance
    object
    ContextItemFilter.FilterDataField
    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 ContextItemFilter.FilterDataField

    Properties

    DataType

    Gets or sets the data type of the filter data field.

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

    Name

    Gets or sets the name of the filter data field.

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

    SecondValue

    Gets or sets the second value of the filter data field.

    Declaration
    public object SecondValue { get; set; }
    Property Value
    Type Description
    object

    SectionName

    Gets or sets the section name of the filter data field.

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

    Value

    Gets or sets the value of the filter data field.

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