Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StringValidatorAttribute.cs
- VBIdentifierNameEditor.cs
- DataSourceSelectArguments.cs
- RepeatEnumerable.cs
- WCFModelStrings.Designer.cs
- TimeSpanOrInfiniteConverter.cs
- HttpValueCollection.cs
- ModelTreeEnumerator.cs
- Item.cs
- LicenseManager.cs
- TextEditorSelection.cs
- _IPv4Address.cs
- SqlReferenceCollection.cs
- RpcAsyncResult.cs
- NotifyParentPropertyAttribute.cs
- WebPartsPersonalization.cs
- ArcSegment.cs
- TimeSpanConverter.cs
- TextContainerChangeEventArgs.cs
- CqlBlock.cs
- NonVisualControlAttribute.cs
- FontInfo.cs
- LinqToSqlWrapper.cs
- MethodInfo.cs
- wmiprovider.cs
- XmlHierarchicalEnumerable.cs
- Win32PrintDialog.cs
- OleDbStruct.cs
- SmtpReplyReaderFactory.cs
- TextTreeRootTextBlock.cs
- ObjectNavigationPropertyMapping.cs
- NetworkInterface.cs
- ServiceEndpointAssociationProvider.cs
- SqlCacheDependencyDatabaseCollection.cs
- ParseHttpDate.cs
- DataServiceRequestArgs.cs
- CompileXomlTask.cs
- ActionItem.cs
- MatrixCamera.cs
- xmlformatgeneratorstatics.cs
- DataSourceControl.cs
- WebPartEditorOkVerb.cs
- PreloadedPackages.cs
- mediapermission.cs
- OleDbRowUpdatingEvent.cs
- ContextMarshalException.cs
- ResourceDictionary.cs
- Deserializer.cs
- ProfileSettingsCollection.cs
- ClonableStack.cs
- ObjectDataSourceMethodEventArgs.cs
- StaticFileHandler.cs
- CodeEventReferenceExpression.cs
- MasterPage.cs
- ClientRolePrincipal.cs
- Image.cs
- GuidTagList.cs
- ErrorTolerantObjectWriter.cs
- EntityCommandDefinition.cs
- VisualTarget.cs
- RenderTargetBitmap.cs
- WaitHandle.cs
- AssemblyName.cs
- TableStyle.cs
- CompoundFileStreamReference.cs
- EntityCommandDefinition.cs
- TypeFieldSchema.cs
- HostedAspNetEnvironment.cs
- ScopelessEnumAttribute.cs
- ImageDrawing.cs
- AutoResetEvent.cs
- ChildChangedEventArgs.cs
- CalendarDesigner.cs
- BindingWorker.cs
- CharacterMetrics.cs
- RectKeyFrameCollection.cs
- XmlUnspecifiedAttribute.cs
- Attributes.cs
- PieceDirectory.cs
- RegionInfo.cs
- DropShadowBitmapEffect.cs
- WindowsSspiNegotiation.cs
- DataGridViewIntLinkedList.cs
- BinaryFormatterWriter.cs
- XmlSchemaAttribute.cs
- RepeatButton.cs
- FontCacheLogic.cs
- RsaElement.cs
- TextSpan.cs
- WebBrowserDesigner.cs
- HtmlInputRadioButton.cs
- ContextBase.cs
- ReaderWriterLock.cs
- HwndHostAutomationPeer.cs
- DrawingGroupDrawingContext.cs
- ColumnBinding.cs
- Sorting.cs
- ThreadExceptionEvent.cs
- CompiledQueryCacheKey.cs
- SmiEventSink_DeferedProcessing.cs