Class ModuleList.ListData
Represents the data returned by the list module.
Inherited Members
Namespace: DataWeb.Structure.Modules
Assembly: DataWeb.Core.dll
Syntax
public class ModuleList.ListData
Properties
Actions
Gets or sets the available context actions.
Declaration
public IEnumerable<ContextActionInfo> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ContextActionInfo> |
DataFields
Gets or sets the list of data fields.
Declaration
public List<ModuleList.ListData.DataField> DataFields { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ModuleList.ListData.DataField> |
IsVersions
Gets or sets a value indicating whether the section supports versions.
Declaration
public bool IsVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Items
Gets or sets the list of items.
Declaration
public List<ContextItemInfo> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ContextItemInfo> |
Layout
Gets or sets the layout configuration.
Declaration
public LayoutInfo Layout { get; set; }
Property Value
| Type | Description |
|---|---|
| LayoutInfo |
ListWidgets
Gets or sets the list of list widgets.
Declaration
public List<ModuleList.ListData.ListWidget> ListWidgets { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ModuleList.ListData.ListWidget> |
OrderBy
Gets or sets the order-by configuration.
Declaration
public OrderByInfo OrderBy { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderByInfo |
Pagination
Gets or sets the pagination information.
Declaration
public PaginationInfo Pagination { get; set; }
Property Value
| Type | Description |
|---|---|
| PaginationInfo |
Search
Gets or sets the search configuration.
Declaration
public SearchInfo Search { get; set; }
Property Value
| Type | Description |
|---|---|
| SearchInfo |