C# 클래스 Nettiers.AdventureWorks.Web.Data.LinkedDataSourceEventArgs

Provides data for the ILinkedDataSource control's events.
상속: System.EventArgs
파일 보기 프로젝트 열기: netTiers/netTiers 1 사용 예제들

공개 메소드들

메소드 설명
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