Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ObsoleteAttribute.cs
- ClientOptions.cs
- DataKey.cs
- ColorConverter.cs
- RegexRunner.cs
- RelationshipEndMember.cs
- RuntimeEnvironment.cs
- ScrollData.cs
- InvalidateEvent.cs
- RegistrySecurity.cs
- FigureParaClient.cs
- TableDetailsRow.cs
- UdpDiscoveryEndpointElement.cs
- DataPointer.cs
- JsonWriter.cs
- ListViewGroup.cs
- FileSystemEventArgs.cs
- UniqueIdentifierService.cs
- TextBreakpoint.cs
- ZoneButton.cs
- PropertyTabChangedEvent.cs
- ModifierKeysValueSerializer.cs
- ZipIOCentralDirectoryBlock.cs
- HttpListenerElement.cs
- FontUnitConverter.cs
- BinaryNode.cs
- BamlResourceContent.cs
- Function.cs
- RandomDelayQueuedSendsAsyncResult.cs
- CursorConverter.cs
- CellIdBoolean.cs
- Graphics.cs
- DBSqlParser.cs
- OleDbInfoMessageEvent.cs
- DbRetry.cs
- webbrowsersite.cs
- COM2IProvidePropertyBuilderHandler.cs
- RowsCopiedEventArgs.cs
- CodeSubDirectory.cs
- GeneralTransform.cs
- ZipIOLocalFileDataDescriptor.cs
- HostSecurityManager.cs
- MediaCommands.cs
- TextServicesHost.cs
- HtmlInputRadioButton.cs
- FlowSwitchDesigner.xaml.cs
- SafeUserTokenHandle.cs
- FamilyTypefaceCollection.cs
- DbConnectionOptions.cs
- SpeechDetectedEventArgs.cs
- SerializationTrace.cs
- ConfigurationValidatorBase.cs
- TemplateControl.cs
- COM2ExtendedTypeConverter.cs
- Viewport2DVisual3D.cs
- EnumerableRowCollectionExtensions.cs
- AuthorizationSection.cs
- DefaultPropertiesToSend.cs
- ColumnWidthChangedEvent.cs
- ErrorWebPart.cs
- ControlBuilder.cs
- Underline.cs
- SqlCacheDependencySection.cs
- CipherData.cs
- SparseMemoryStream.cs
- SafeNativeMethods.cs
- Helpers.cs
- BufferedGraphicsManager.cs
- ImageSourceConverter.cs
- ISessionStateStore.cs
- ImageBrush.cs
- NeutralResourcesLanguageAttribute.cs
- CodeCompiler.cs
- EncoderParameter.cs
- TextTreeUndo.cs
- OleDbError.cs
- FunctionQuery.cs
- DataGridViewCellEventArgs.cs
- GeometryHitTestResult.cs
- Guid.cs
- ExeConfigurationFileMap.cs
- DesignerSerializerAttribute.cs
- Rect3D.cs
- DataSetMappper.cs
- XmlEncoding.cs
- DataGridViewImageCell.cs
- TagPrefixAttribute.cs
- DispatcherExceptionFilterEventArgs.cs
- BitmapEffectDrawingContextState.cs
- ContextInformation.cs
- RefExpr.cs
- SimpleBitVector32.cs
- TickBar.cs
- RepeatBehavior.cs
- Byte.cs
- DataGridViewCellPaintingEventArgs.cs
- SortDescriptionCollection.cs
- OleDbConnectionInternal.cs
- ProfileEventArgs.cs
- PropertyEntry.cs