Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / ObjectDataSourceMethodEventArgs.cs / 1 / ObjectDataSourceMethodEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections.Specialized; using System.ComponentModel; using System.Security.Permissions; ////// Represents data that is passed into an ObjectDataSourceMethodEventHandler delegate. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ObjectDataSourceMethodEventArgs : CancelEventArgs { private IOrderedDictionary _inputParameters; ////// Creates a new instance of ObjectDataSourceMethodEventArgs. /// public ObjectDataSourceMethodEventArgs(IOrderedDictionary inputParameters) { _inputParameters = inputParameters; } ////// The input parameters that will be passed to the method that will be invoked. /// Change these parameters if the names and/or types need to be modified /// for the invocation to succeed. /// public IOrderedDictionary InputParameters { get { return _inputParameters; } } } } // 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.Specialized; using System.ComponentModel; using System.Security.Permissions; ////// Represents data that is passed into an ObjectDataSourceMethodEventHandler delegate. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ObjectDataSourceMethodEventArgs : CancelEventArgs { private IOrderedDictionary _inputParameters; ////// Creates a new instance of ObjectDataSourceMethodEventArgs. /// public ObjectDataSourceMethodEventArgs(IOrderedDictionary inputParameters) { _inputParameters = inputParameters; } ////// The input parameters that will be passed to the method that will be invoked. /// Change these parameters if the names and/or types need to be modified /// for the invocation to succeed. /// public IOrderedDictionary InputParameters { get { return _inputParameters; } } } } // 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
- BindingBase.cs
- DynamicRendererThreadManager.cs
- MILUtilities.cs
- DropDownList.cs
- HWStack.cs
- DelegateHelpers.Generated.cs
- HierarchicalDataTemplate.cs
- ErrorRuntimeConfig.cs
- SerializationObjectManager.cs
- HttpGetServerProtocol.cs
- InlineCollection.cs
- Operand.cs
- MissingSatelliteAssemblyException.cs
- TextBoxView.cs
- ValueConversionAttribute.cs
- CodeExpressionStatement.cs
- Sentence.cs
- RSAOAEPKeyExchangeDeformatter.cs
- FixedPageAutomationPeer.cs
- Script.cs
- COM2PropertyDescriptor.cs
- IteratorAsyncResult.cs
- ListMarkerSourceInfo.cs
- ConstraintConverter.cs
- PassportAuthenticationEventArgs.cs
- AuthenticateEventArgs.cs
- NullRuntimeConfig.cs
- DBSchemaRow.cs
- ObjectPersistData.cs
- LocationUpdates.cs
- PkcsMisc.cs
- CryptographicAttribute.cs
- SchemaDeclBase.cs
- InternalDispatchObject.cs
- RoutedEvent.cs
- StylusPointProperties.cs
- Vector3DConverter.cs
- SynchronizedInputProviderWrapper.cs
- TimerEventSubscriptionCollection.cs
- TreeNodeCollection.cs
- AutomationPropertyInfo.cs
- Int32Converter.cs
- FilterableAttribute.cs
- BaseTemplateBuildProvider.cs
- XmlObjectSerializerReadContext.cs
- DebugView.cs
- AssociationEndMember.cs
- XPathSelectionIterator.cs
- SerializationStore.cs
- Control.cs
- IxmlLineInfo.cs
- DataTablePropertyDescriptor.cs
- MgmtResManager.cs
- ClearCollection.cs
- TableDetailsCollection.cs
- WebPartConnectionsEventArgs.cs
- DiscreteKeyFrames.cs
- WhiteSpaceTrimStringConverter.cs
- WS2007FederationHttpBindingElement.cs
- SqlHelper.cs
- DataGridViewRowStateChangedEventArgs.cs
- DataGridViewSortCompareEventArgs.cs
- DataListItem.cs
- ElementHostPropertyMap.cs
- BlurEffect.cs
- ItemsChangedEventArgs.cs
- GiveFeedbackEventArgs.cs
- SolidColorBrush.cs
- FunctionDefinition.cs
- MessagePartDescriptionCollection.cs
- WorkflowServiceNamespace.cs
- XhtmlBasicPanelAdapter.cs
- sqlcontext.cs
- Utility.cs
- DrawToolTipEventArgs.cs
- Int32RectConverter.cs
- DataGridViewHitTestInfo.cs
- PropertyItemInternal.cs
- InkCollectionBehavior.cs
- PageAsyncTask.cs
- TypeForwardedToAttribute.cs
- EdmError.cs
- XsltException.cs
- FloaterParagraph.cs
- AbstractExpressions.cs
- FrameworkElement.cs
- ListArgumentProvider.cs
- EventInfo.cs
- DBCSCodePageEncoding.cs
- SSmlParser.cs
- _AutoWebProxyScriptWrapper.cs
- CharacterShapingProperties.cs
- TimeStampChecker.cs
- _CookieModule.cs
- XmlAnyElementAttribute.cs
- Typography.cs
- FolderLevelBuildProvider.cs
- WindowsStatusBar.cs
- PropertyGridDesigner.cs
- DataGridViewDataConnection.cs