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
- WebBrowserSiteBase.cs
- LongCountAggregationOperator.cs
- AdPostCacheSubstitution.cs
- StylusOverProperty.cs
- SocketElement.cs
- ProxyGenerator.cs
- Evidence.cs
- WmlFormAdapter.cs
- FacetDescriptionElement.cs
- DecimalConstantAttribute.cs
- SymLanguageVendor.cs
- TrackingProfileManager.cs
- ToolBarPanel.cs
- IOException.cs
- WebPartConnectVerb.cs
- XPathMultyIterator.cs
- ActivityScheduledQuery.cs
- DataStreamFromComStream.cs
- WorkflowNamespace.cs
- ReaderOutput.cs
- CompilerState.cs
- FloatSumAggregationOperator.cs
- HtmlAnchor.cs
- AsymmetricKeyExchangeDeformatter.cs
- OrderToken.cs
- IOException.cs
- DbConnectionOptions.cs
- FormViewAutoFormat.cs
- LambdaExpression.cs
- OutgoingWebResponseContext.cs
- ListViewItemEventArgs.cs
- PlatformNotSupportedException.cs
- TypeReference.cs
- OperatingSystem.cs
- SemanticResolver.cs
- SendMessageChannelCache.cs
- SmiMetaDataProperty.cs
- precedingquery.cs
- Lasso.cs
- _RegBlobWebProxyDataBuilder.cs
- ConfigUtil.cs
- ParseHttpDate.cs
- UInt32Storage.cs
- LineServicesRun.cs
- MenuBase.cs
- Section.cs
- Keywords.cs
- Graphics.cs
- AspNetCompatibilityRequirementsMode.cs
- KerberosSecurityTokenProvider.cs
- DataMemberConverter.cs
- Char.cs
- GridViewDeleteEventArgs.cs
- SqlNodeAnnotations.cs
- Separator.cs
- PixelShader.cs
- RadioButtonBaseAdapter.cs
- StorageEntitySetMapping.cs
- DataAdapter.cs
- QilValidationVisitor.cs
- FieldBuilder.cs
- ListControlDesigner.cs
- MethodImplAttribute.cs
- ProgressBar.cs
- BooleanSwitch.cs
- ZoneLinkButton.cs
- ProxyHwnd.cs
- TabControlCancelEvent.cs
- XmlQuerySequence.cs
- CodeMemberEvent.cs
- BinaryNode.cs
- MultiTouchSystemGestureLogic.cs
- CodeTypeOfExpression.cs
- HtmlInputButton.cs
- ThemeDirectoryCompiler.cs
- IgnoreFileBuildProvider.cs
- PathStreamGeometryContext.cs
- HelpProvider.cs
- LifetimeServices.cs
- ImmutableClientRuntime.cs
- ActiveDocumentEvent.cs
- BamlLocalizableResourceKey.cs
- DbConnectionStringBuilder.cs
- ClientConfigPaths.cs
- DocumentApplicationJournalEntry.cs
- ConsoleKeyInfo.cs
- StrongNamePublicKeyBlob.cs
- HiddenField.cs
- EditorPart.cs
- TreeNodeBindingCollection.cs
- ExpressionEditor.cs
- CurrentChangingEventManager.cs
- ClientSettingsSection.cs
- DnsPermission.cs
- File.cs
- PenCursorManager.cs
- CharacterMetrics.cs
- DesignerActionListCollection.cs
- TableItemStyle.cs
- FixedPageStructure.cs