Class ContextItemFilter.FilterDataField
Represents a filter data field for a context item filter.
Inherited Members
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 |