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
- CriticalHandle.cs
- CompositeScriptReference.cs
- BookmarkOptionsHelper.cs
- XPathParser.cs
- RelatedPropertyManager.cs
- ObjectSecurity.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- NetworkStream.cs
- ConnectionInterfaceCollection.cs
- ZoneMembershipCondition.cs
- ServiceModelSecurityTokenRequirement.cs
- AsyncOperationManager.cs
- XpsPartBase.cs
- XmlCodeExporter.cs
- HttpFileCollection.cs
- Grid.cs
- DataDocumentXPathNavigator.cs
- DataContractSerializer.cs
- AutomationElementCollection.cs
- OdbcUtils.cs
- OptimisticConcurrencyException.cs
- NegotiateStream.cs
- FrameAutomationPeer.cs
- TextAdaptor.cs
- NullableConverter.cs
- StatusBarPanel.cs
- CrossContextChannel.cs
- Flowchart.cs
- MDIControlStrip.cs
- TextSchema.cs
- LinqDataSourceView.cs
- GenericsInstances.cs
- ObjectViewFactory.cs
- CssStyleCollection.cs
- AutomationAttributeInfo.cs
- RequestNavigateEventArgs.cs
- RequestCachePolicyConverter.cs
- ReservationNotFoundException.cs
- Rotation3DAnimationBase.cs
- MultiBindingExpression.cs
- DelayedRegex.cs
- WCFServiceClientProxyGenerator.cs
- PeerEndPoint.cs
- XPathEmptyIterator.cs
- DecimalSumAggregationOperator.cs
- PostBackTrigger.cs
- Executor.cs
- TypeKeyValue.cs
- FileUpload.cs
- Quaternion.cs
- ManipulationVelocities.cs
- StorageMappingFragment.cs
- DateTimeSerializationSection.cs
- OrderByLifter.cs
- EmptyQuery.cs
- LoadedOrUnloadedOperation.cs
- GridEntryCollection.cs
- StreamSecurityUpgradeAcceptorAsyncResult.cs
- TreeNodeBinding.cs
- DynamicDocumentPaginator.cs
- Atom10ItemFormatter.cs
- WorkflowExecutor.cs
- ProxyGenerationError.cs
- StylusOverProperty.cs
- ProfessionalColors.cs
- SymmetricAlgorithm.cs
- TextEditorContextMenu.cs
- DispatcherExceptionEventArgs.cs
- XomlCompilerHelpers.cs
- SymLanguageVendor.cs
- ThumbAutomationPeer.cs
- StateDesigner.CommentLayoutGlyph.cs
- RenderData.cs
- SchemaHelper.cs
- ValidatedControlConverter.cs
- PropertyChangedEventManager.cs
- Paragraph.cs
- HitTestWithGeometryDrawingContextWalker.cs
- HttpRequestCacheValidator.cs
- Emitter.cs
- SimpleWorkerRequest.cs
- StrokeNode.cs
- Assert.cs
- ListViewHitTestInfo.cs
- StorageEntityTypeMapping.cs
- PlainXmlSerializer.cs
- HttpCapabilitiesEvaluator.cs
- WebHttpBindingElement.cs
- DragAssistanceManager.cs
- DataGridGeneralPage.cs
- sqlpipe.cs
- StorageInfo.cs
- ConfigPathUtility.cs
- GraphicsPath.cs
- ToggleButton.cs
- SwitchAttribute.cs
- PermissionSetTriple.cs
- FormViewDeleteEventArgs.cs
- TdsParserStateObject.cs
- Util.cs