Class ContextItemFilter.OrderDataField
Represents an order data field for a context item filter.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class ContextItemFilter.OrderDataField
Properties
Name
Gets or sets the name of the order data field.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderMode
Gets or sets the order mode of the order data field.
Declaration
public string OrderMode { get; set; }
Property Value
Type | Description |
---|---|
string |
SectionName
Gets or sets the section name of the order data field.
Declaration
public string SectionName { get; set; }
Property Value
Type | Description |
---|---|
string |