Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- FileDialogCustomPlaces.cs
- CommonGetThemePartSize.cs
- DispatcherProcessingDisabled.cs
- XmlSchemaRedefine.cs
- DBSqlParserColumn.cs
- DocumentPageHost.cs
- DotNetATv1WindowsLogEntryDeserializer.cs
- DbConnectionFactory.cs
- TraceHandler.cs
- WrapPanel.cs
- GlyphingCache.cs
- ToolStripRenderer.cs
- DefaultValueConverter.cs
- ProfileBuildProvider.cs
- ResolveNameEventArgs.cs
- ColorBlend.cs
- DocumentReference.cs
- IERequestCache.cs
- NativeMethods.cs
- DbProviderFactoriesConfigurationHandler.cs
- XmlHierarchyData.cs
- Point3DKeyFrameCollection.cs
- OrderedHashRepartitionEnumerator.cs
- Path.cs
- CssStyleCollection.cs
- Expression.cs
- XmlRawWriter.cs
- TypeUsageBuilder.cs
- MimeParameters.cs
- ExpandCollapseProviderWrapper.cs
- ConstraintEnumerator.cs
- StringSource.cs
- FormClosingEvent.cs
- AddressHeader.cs
- DropShadowBitmapEffect.cs
- FieldTemplateFactory.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- JavaScriptString.cs
- MdiWindowListStrip.cs
- PeerToPeerException.cs
- ClientRuntimeConfig.cs
- DiagnosticTrace.cs
- DataGridColumnCollection.cs
- SplitterDesigner.cs
- SupportsPreviewControlAttribute.cs
- AttributeEmitter.cs
- ZipIOLocalFileHeader.cs
- ComponentResourceKey.cs
- DataBoundControlHelper.cs
- AbandonedMutexException.cs
- DebugControllerThread.cs
- ZipFileInfo.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ObjectDataSourceView.cs
- TableParagraph.cs
- DictionaryGlobals.cs
- SolidColorBrush.cs
- ListViewCommandEventArgs.cs
- DataGridViewColumnCollectionEditor.cs
- GlobalizationSection.cs
- XmlEncodedRawTextWriter.cs
- ResolveNameEventArgs.cs
- FormattedTextSymbols.cs
- ErrorFormatterPage.cs
- FontUnit.cs
- CatalogPartCollection.cs
- LessThanOrEqual.cs
- HwndAppCommandInputProvider.cs
- MenuItemBinding.cs
- ReadOnlyDictionary.cs
- Viewport3DAutomationPeer.cs
- ParameterCollectionEditorForm.cs
- ZipArchive.cs
- UndoManager.cs
- LabelDesigner.cs
- HandledEventArgs.cs
- BooleanProjectedSlot.cs
- NetSectionGroup.cs
- ToolStripPanelCell.cs
- Size3D.cs
- ImpersonateTokenRef.cs
- ChangeDirector.cs
- Light.cs
- TableRowCollection.cs
- _Rfc2616CacheValidators.cs
- TypeBuilderInstantiation.cs
- Variable.cs
- RegistrySecurity.cs
- ItemCollection.cs
- MultipleViewProviderWrapper.cs
- ArraySortHelper.cs
- KeyProperty.cs
- ResponseBodyWriter.cs
- DataGridViewComboBoxEditingControl.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- ConstNode.cs
- ParseNumbers.cs
- EnumValAlphaComparer.cs
- DefinitionUpdate.cs
- Compiler.cs