Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / LinqDataSourceSelectEventArgs.cs / 1 / LinqDataSourceSelectEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class LinqDataSourceSelectEventArgs : CancelEventArgs { private DataSourceSelectArguments _arguments; private IDictionary_groupByParameters; private IOrderedDictionary _orderByParameters; private IDictionary _orderGroupsByParameters; private object _result; private IDictionary _selectParameters; private IDictionary _whereParameters; public LinqDataSourceSelectEventArgs(DataSourceSelectArguments arguments, IDictionary whereParameters, IOrderedDictionary orderByParameters, IDictionary groupByParameters, IDictionary orderGroupsByParameters, IDictionary selectParameters) { _arguments = arguments; _groupByParameters = groupByParameters; _orderByParameters = orderByParameters; _orderGroupsByParameters = orderGroupsByParameters; _selectParameters = selectParameters; _whereParameters = whereParameters; } public DataSourceSelectArguments Arguments { get { return _arguments; } } public IDictionary GroupByParameters { get { return _groupByParameters; } } public IOrderedDictionary OrderByParameters { get { return _orderByParameters; } } public IDictionary OrderGroupsByParameters { get { return _orderGroupsByParameters; } } public object Result { get { return _result; } set { _result = value; } } public IDictionary SelectParameters { get { return _selectParameters; } } public IDictionary WhereParameters { get { return _whereParameters; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class LinqDataSourceSelectEventArgs : CancelEventArgs { private DataSourceSelectArguments _arguments; private IDictionary_groupByParameters; private IOrderedDictionary _orderByParameters; private IDictionary _orderGroupsByParameters; private object _result; private IDictionary _selectParameters; private IDictionary _whereParameters; public LinqDataSourceSelectEventArgs(DataSourceSelectArguments arguments, IDictionary whereParameters, IOrderedDictionary orderByParameters, IDictionary groupByParameters, IDictionary orderGroupsByParameters, IDictionary selectParameters) { _arguments = arguments; _groupByParameters = groupByParameters; _orderByParameters = orderByParameters; _orderGroupsByParameters = orderGroupsByParameters; _selectParameters = selectParameters; _whereParameters = whereParameters; } public DataSourceSelectArguments Arguments { get { return _arguments; } } public IDictionary GroupByParameters { get { return _groupByParameters; } } public IOrderedDictionary OrderByParameters { get { return _orderByParameters; } } public IDictionary OrderGroupsByParameters { get { return _orderGroupsByParameters; } } public object Result { get { return _result; } set { _result = value; } } public IDictionary SelectParameters { get { return _selectParameters; } } public IDictionary WhereParameters { get { return _whereParameters; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CellQuery.cs
- CustomGrammar.cs
- ProfilePropertyNameValidator.cs
- SqlConnectionPoolProviderInfo.cs
- Match.cs
- ObjectViewListener.cs
- ClientSettingsProvider.cs
- CompilerScope.cs
- XmlHierarchicalDataSourceView.cs
- XPathNodePointer.cs
- Win32Exception.cs
- XXXOnTypeBuilderInstantiation.cs
- PointF.cs
- SqlDataSourceStatusEventArgs.cs
- CharEnumerator.cs
- BrowserInteropHelper.cs
- ValidationSummary.cs
- TypedTableHandler.cs
- XmlWellformedWriter.cs
- FixedSOMContainer.cs
- Permission.cs
- CellTreeNodeVisitors.cs
- KeyPressEvent.cs
- TTSEvent.cs
- XPathNodeList.cs
- OdbcParameter.cs
- FileChangesMonitor.cs
- CharUnicodeInfo.cs
- LoggedException.cs
- StreamInfo.cs
- MissingManifestResourceException.cs
- CodeTypeDelegate.cs
- AdornerLayer.cs
- SqlFlattener.cs
- ChtmlCalendarAdapter.cs
- DocumentOrderQuery.cs
- FixUp.cs
- ColumnCollection.cs
- BatchWriter.cs
- AccessibilityHelperForVista.cs
- CryptoKeySecurity.cs
- XmlSchemaInclude.cs
- CodeStatement.cs
- MessageDecoder.cs
- CaseCqlBlock.cs
- EventSinkActivityDesigner.cs
- BreakRecordTable.cs
- SafeNativeMethodsMilCoreApi.cs
- StrokeDescriptor.cs
- Hashtable.cs
- Byte.cs
- SafeHandle.cs
- XmlChildNodes.cs
- ToolStripPanel.cs
- SplashScreenNativeMethods.cs
- TextRangeAdaptor.cs
- ServiceModelSecurityTokenTypes.cs
- BrowserCapabilitiesCodeGenerator.cs
- ReflectionUtil.cs
- Int32RectValueSerializer.cs
- MobileControl.cs
- RepeaterCommandEventArgs.cs
- XmlHelper.cs
- RelationshipWrapper.cs
- DataViewSetting.cs
- selecteditemcollection.cs
- SecurityHeaderLayout.cs
- OuterGlowBitmapEffect.cs
- WebResponse.cs
- PageSettings.cs
- ExtendedTransformFactory.cs
- SamlConditions.cs
- XamlParser.cs
- LabelEditEvent.cs
- NavigationWindow.cs
- FixedHyperLink.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- SettingsPropertyNotFoundException.cs
- QfeChecker.cs
- StringAnimationUsingKeyFrames.cs
- Transform.cs
- XPathChildIterator.cs
- RetriableClipboard.cs
- FrameworkElement.cs
- SocketElement.cs
- HwndHostAutomationPeer.cs
- COM2EnumConverter.cs
- listviewsubitemcollectioneditor.cs
- TokenBasedSetEnumerator.cs
- QilCloneVisitor.cs
- DataComponentMethodGenerator.cs
- PageThemeCodeDomTreeGenerator.cs
- AssemblyNameProxy.cs
- OperatingSystem.cs
- XmlnsDefinitionAttribute.cs
- ListViewDesigner.cs
- SqlCommandSet.cs
- BlockExpression.cs
- ApplySecurityAndSendAsyncResult.cs
- ToolBar.cs