C# Class Nettiers.AdventureWorks.Web.Data.EntityListEventArgs

Provides data for the ApplyFilter or ApplySort events of the EntityDataSourceFilterView control.
Inheritance: System.EventArgs
Show file Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
EntityListEventArgs ( IEnumerable entityList ) : System

Initializes a new instance of the EntityListEventArgs class.

Method Details

EntityListEventArgs() public method

Initializes a new instance of the EntityListEventArgs class.
public EntityListEventArgs ( IEnumerable entityList ) : System
entityList IEnumerable The IEnumerable list of data from the associated EntityDataSource.
return System