C# Класс Nettiers.AdventureWorks.Web.Data.LinkedDataSourceEventArgs

Provides data for the ILinkedDataSource control's events.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LinkedDataSourceEventArgs ( object entity, IDictionary inputParameters, int index ) : System

Initializes a new instance of the LinkedDataSourceEventArgs class.

Описание методов

LinkedDataSourceEventArgs() публичный Метод

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.
Результат System