Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- GridToolTip.cs
- WizardStepBase.cs
- XmlUtil.cs
- COM2ComponentEditor.cs
- CommandHelper.cs
- EncodingNLS.cs
- brushes.cs
- RightsManagementErrorHandler.cs
- SignatureResourcePool.cs
- DataColumnMappingCollection.cs
- LassoSelectionBehavior.cs
- TraceAsyncResult.cs
- TextStore.cs
- EventWaitHandle.cs
- HtmlTextArea.cs
- OTFRasterizer.cs
- initElementDictionary.cs
- ImportedNamespaceContextItem.cs
- SimpleRecyclingCache.cs
- CheckBoxRenderer.cs
- SystemParameters.cs
- PeerReferralPolicy.cs
- ColorMatrix.cs
- xml.cs
- SqlDataSourceStatusEventArgs.cs
- ConsumerConnectionPointCollection.cs
- CalendarDay.cs
- ToolStripItemImageRenderEventArgs.cs
- odbcmetadatacollectionnames.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- XmlILAnnotation.cs
- EventHandlersDesigner.cs
- SqlBulkCopyColumnMapping.cs
- CachedBitmap.cs
- HtmlInputCheckBox.cs
- CommentGlyph.cs
- NavigationHelper.cs
- ReservationCollection.cs
- TemplateBindingExpression.cs
- CodeSnippetExpression.cs
- Label.cs
- BindingsSection.cs
- DocumentGridContextMenu.cs
- HtmlTitle.cs
- StreamWithDictionary.cs
- ActivityExecutionContext.cs
- ArrayExtension.cs
- InputQueue.cs
- PixelFormat.cs
- OleDbMetaDataFactory.cs
- HttpModuleActionCollection.cs
- NotificationContext.cs
- ChangeBlockUndoRecord.cs
- XmlQualifiedName.cs
- ServiceNameCollection.cs
- oledbmetadatacollectionnames.cs
- ZipPackagePart.cs
- FlowPanelDesigner.cs
- AstTree.cs
- CodeCompiler.cs
- RegexGroupCollection.cs
- GeometryCombineModeValidation.cs
- ComponentResourceKey.cs
- WebPartMovingEventArgs.cs
- MultiSelectRootGridEntry.cs
- RepeaterCommandEventArgs.cs
- DBCSCodePageEncoding.cs
- XmlNamedNodeMap.cs
- BamlStream.cs
- ExpandedProjectionNode.cs
- SmtpNtlmAuthenticationModule.cs
- ScriptManagerProxy.cs
- InnerItemCollectionView.cs
- OdbcErrorCollection.cs
- DATA_BLOB.cs
- Point3DCollection.cs
- BaseParagraph.cs
- UnaryExpression.cs
- KeyFrames.cs
- SetterBaseCollection.cs
- Property.cs
- XmlSchemaInferenceException.cs
- MembershipUser.cs
- ImageBrush.cs
- StreamGeometry.cs
- PageAdapter.cs
- EmptyEnumerator.cs
- XmlSchemaComplexContent.cs
- EncryptedPackageFilter.cs
- ButtonChrome.cs
- HyperLink.cs
- CngKey.cs
- XmlAtomicValue.cs
- dsa.cs
- ToolboxService.cs
- InputBinder.cs
- EntityViewGenerator.cs
- KnownBoxes.cs
- streamingZipPartStream.cs
- XmlHierarchicalEnumerable.cs