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
- LogSwitch.cs
- CookieProtection.cs
- DetailsViewDeleteEventArgs.cs
- Config.cs
- DeploymentSection.cs
- XDRSchema.cs
- ConcurrentStack.cs
- MergeFailedEvent.cs
- FontUnitConverter.cs
- DesignerWithHeader.cs
- ModelPerspective.cs
- FileNotFoundException.cs
- CalendarDay.cs
- Matrix.cs
- WebException.cs
- EntityTypeEmitter.cs
- UserNameSecurityTokenParameters.cs
- DbConnectionClosed.cs
- EncryptedPackageFilter.cs
- SafeJobHandle.cs
- RegexCharClass.cs
- NetDataContractSerializer.cs
- MeasureData.cs
- GZipStream.cs
- TypographyProperties.cs
- Graph.cs
- DragCompletedEventArgs.cs
- DbCommandTree.cs
- SimpleHandlerBuildProvider.cs
- MouseGestureValueSerializer.cs
- PopOutPanel.cs
- SortedDictionary.cs
- CommunicationException.cs
- ButtonFlatAdapter.cs
- Tile.cs
- NameValuePair.cs
- BufferedGraphicsManager.cs
- DeleteStoreRequest.cs
- ThreadSafeMessageFilterTable.cs
- ProofTokenCryptoHandle.cs
- CorrelationKey.cs
- TargetParameterCountException.cs
- SamlSubjectStatement.cs
- AppDomainResourcePerfCounters.cs
- FocusWithinProperty.cs
- DataGridParentRows.cs
- DataGridTable.cs
- CapabilitiesPattern.cs
- WebHttpSecurity.cs
- Type.cs
- PrintingPermissionAttribute.cs
- NameTable.cs
- RemotingConfiguration.cs
- EntityTypeEmitter.cs
- MethodInfo.cs
- SafeRightsManagementQueryHandle.cs
- PostBackOptions.cs
- SRGSCompiler.cs
- AnnotationMap.cs
- WmlFormAdapter.cs
- DiscreteKeyFrames.cs
- XmlCharType.cs
- DataSourceCache.cs
- ComboBoxRenderer.cs
- DataGridViewCellValueEventArgs.cs
- DateTime.cs
- StatusBarItemAutomationPeer.cs
- Tokenizer.cs
- ObjectDataSourceDisposingEventArgs.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- DataBoundControl.cs
- QueryException.cs
- PhonemeConverter.cs
- RecognizedPhrase.cs
- AmbientProperties.cs
- CodeTypeReference.cs
- KerberosSecurityTokenProvider.cs
- ClientBuildManager.cs
- ConfigurationLocationCollection.cs
- PrincipalPermission.cs
- WindowsAltTab.cs
- GenericWebPart.cs
- RecognizerInfo.cs
- XamlReader.cs
- HttpRuntimeSection.cs
- TabPanel.cs
- PrimitiveDataContract.cs
- IndentedWriter.cs
- ContentPresenter.cs
- ClientTarget.cs
- WindowsAltTab.cs
- ClientFormsAuthenticationMembershipProvider.cs
- EditorPartCollection.cs
- GridViewColumnHeaderAutomationPeer.cs
- SBCSCodePageEncoding.cs
- NumberSubstitution.cs
- ResponseBodyWriter.cs
- CategoryAttribute.cs
- QilStrConcat.cs
- WorkflowEventArgs.cs