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

Provides data for the ILinkedDataSource control's events.
Inheritance: System.EventArgs
Show file Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
LinkedDataSourceEventArgs ( object entity, IDictionary inputParameters, int index ) : System

Initializes a new instance of the LinkedDataSourceEventArgs class.

Method Details

LinkedDataSourceEventArgs() public method

Initializes a new instance of the LinkedDataSourceEventArgs class.
public LinkedDataSourceEventArgs ( object entity, IDictionary inputParameters, int index ) : System
entity object The current business object.
inputParameters IDictionary An IDictionary of name/value pairs.
index int The current position of the specified entity within the collection.
return System