Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- XmlWellformedWriter.cs
- WorkflowInstanceExtensionCollection.cs
- ControlUtil.cs
- CTreeGenerator.cs
- XdrBuilder.cs
- LayoutEditorPart.cs
- ValidationRuleCollection.cs
- TextDecorations.cs
- FixedDocumentSequencePaginator.cs
- TextRangeEditTables.cs
- BeginStoryboard.cs
- XmlSchemaProviderAttribute.cs
- WSFederationHttpBindingCollectionElement.cs
- DrawingContextWalker.cs
- EmissiveMaterial.cs
- Page.cs
- SemanticBasicElement.cs
- ProvidePropertyAttribute.cs
- TriggerAction.cs
- TreeView.cs
- Memoizer.cs
- MenuAdapter.cs
- FrameworkObject.cs
- TextParaLineResult.cs
- InfoCardTrace.cs
- TrackingParameters.cs
- WebBrowserNavigatingEventHandler.cs
- DataSetUtil.cs
- TransformedBitmap.cs
- QueryContinueDragEventArgs.cs
- WebAdminConfigurationHelper.cs
- HMACSHA1.cs
- DataTransferEventArgs.cs
- Hash.cs
- NamespaceList.cs
- PersonalizationProviderCollection.cs
- XmlSerializableServices.cs
- HttpProfileBase.cs
- OleDbDataAdapter.cs
- ListMarkerLine.cs
- SQLInt16Storage.cs
- Funcletizer.cs
- ParentQuery.cs
- SqlCacheDependencySection.cs
- UnsupportedPolicyOptionsException.cs
- XmlSchemaSimpleType.cs
- ParameterInfo.cs
- Misc.cs
- StateItem.cs
- ColorTranslator.cs
- ChannelDemuxer.cs
- InternalConfigEventArgs.cs
- Rect.cs
- listitem.cs
- WindowsFormsLinkLabel.cs
- MobilePage.cs
- QuerySelectOp.cs
- HtmlInputFile.cs
- CellTreeNode.cs
- ProviderMetadata.cs
- IdentityHolder.cs
- SmiGettersStream.cs
- HashMembershipCondition.cs
- ScriptIgnoreAttribute.cs
- ValueTypeFixupInfo.cs
- ElementAction.cs
- XmlConvert.cs
- WebPartMinimizeVerb.cs
- MetadataCache.cs
- ECDiffieHellmanCng.cs
- FormsAuthenticationCredentials.cs
- ErrorHandler.cs
- SpellerInterop.cs
- OleDbParameter.cs
- RemotingException.cs
- CodeAttributeArgumentCollection.cs
- ILGenerator.cs
- ReaderContextStackData.cs
- Transform3D.cs
- CodeBinaryOperatorExpression.cs
- SamlNameIdentifierClaimResource.cs
- IHttpResponseInternal.cs
- PathSegment.cs
- DbConnectionPoolOptions.cs
- DrawingAttributes.cs
- ToolStripRenderer.cs
- EdgeProfileValidation.cs
- TypeValidationEventArgs.cs
- HyperLinkStyle.cs
- FileChangesMonitor.cs
- FlatButtonAppearance.cs
- WebResourceUtil.cs
- QuadraticEase.cs
- InvalidStoreProtectionKeyException.cs
- HyperLinkField.cs
- RedirectionProxy.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- GeneralTransform3DTo2DTo3D.cs
- _NetworkingPerfCounters.cs
- MessageContractExporter.cs