Class ModuleList.ListData
Inheritance
ModuleList.ListData
Assembly: DataWeb.Core.dll
Syntax
public class ModuleList.ListData
Properties
Actions
Declaration
public IEnumerable<ContextActionInfo> Actions { get; set; }
Property Value
DataFields
Declaration
public List<ModuleList.ListData.DataField> DataFields { get; set; }
Property Value
IsVersions
Declaration
public bool IsVersions { get; set; }
Property Value
Items
Declaration
public List<ContextItemInfo> Items { get; set; }
Property Value
Layout
Declaration
public LayoutInfo Layout { get; set; }
Property Value
Declaration
public List<ModuleList.ListData.ListWidget> ListWidgets { get; set; }
Property Value
OrderBy
Declaration
public OrderByInfo OrderBy { get; set; }
Property Value
Declaration
public PaginationInfo Pagination { get; set; }
Property Value
Search
Declaration
public SearchInfo Search { get; set; }
Property Value