ListingViewModel

Implements a view model for pages that list items.

Namespace:
Inetdev.Web
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.Filtering.Listing{}

Constructors

ListingViewModel

Default constructor

Signature:
public Void ListingViewModel()

Properties

Breadcrumb

List of items that conforms the breadcrumb.

Signature:
public BreadcrumbItemCollection Breadcrumb { get; set; }

Buttons

List of buttons for the view.

Signature:
public MvcButtonCollection Buttons { get; set; }

Exception

Gets or sets an context related exception.

Signature:
public Exception Exception { get; set; }

Header

Localized header.

Signature:
public String Header { get; set; }

Parents

A list of parent object for this listing.

Signature:
public List<Object> Parents { get; set; }

PrimaryAction

The primary context action.

Signature:
public MvcButton PrimaryAction { get; set; }

StatusMessage

Gets or sets the status message to show to the user.

Signature:
public StatusMessage StatusMessage { get; set; }