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
- DbTransaction.cs
- Message.cs
- QuaternionConverter.cs
- GridViewHeaderRowPresenter.cs
- StorageConditionPropertyMapping.cs
- XmlSchemaProviderAttribute.cs
- SystemTcpStatistics.cs
- UserUseLicenseDictionaryLoader.cs
- ButtonColumn.cs
- IdentityReference.cs
- FixedSOMTableRow.cs
- QilTypeChecker.cs
- DbProviderFactoriesConfigurationHandler.cs
- TheQuery.cs
- TagNameToTypeMapper.cs
- SQLBoolean.cs
- DataPager.cs
- DatasetMethodGenerator.cs
- UriSectionReader.cs
- StorageRoot.cs
- LocatorPartList.cs
- BasicHttpSecurityElement.cs
- MetaTableHelper.cs
- X509Extension.cs
- SqlSelectStatement.cs
- SafeThemeHandle.cs
- FloaterParaClient.cs
- PersonalizationProvider.cs
- HttpCacheVaryByContentEncodings.cs
- PointCollection.cs
- SqlBulkCopy.cs
- InkCanvas.cs
- CalloutQueueItem.cs
- SQlBooleanStorage.cs
- SqlExpander.cs
- CompareValidator.cs
- SafeNativeMethods.cs
- ControlPager.cs
- BrowserCapabilitiesCodeGenerator.cs
- TcpChannelHelper.cs
- Comparer.cs
- entityreference_tresulttype.cs
- TraceContextEventArgs.cs
- AutomationPatternInfo.cs
- XamlReaderHelper.cs
- ProviderException.cs
- RadioButtonFlatAdapter.cs
- MailSettingsSection.cs
- BindingBase.cs
- LinqDataSourceEditData.cs
- HMAC.cs
- HierarchicalDataBoundControl.cs
- SafeNativeMethods.cs
- WebEventCodes.cs
- ActivityExecutorDelegateInfo.cs
- EastAsianLunisolarCalendar.cs
- SystemIPAddressInformation.cs
- MoveSizeWinEventHandler.cs
- PolyBezierSegment.cs
- CacheMode.cs
- NativeMethods.cs
- UIElement3D.cs
- ModuleConfigurationInfo.cs
- Oid.cs
- SqlFormatter.cs
- DataObject.cs
- OdbcReferenceCollection.cs
- CfgParser.cs
- Wizard.cs
- TreeNodeStyle.cs
- ActiveXHelper.cs
- RelationshipWrapper.cs
- SqlClientMetaDataCollectionNames.cs
- XmlConverter.cs
- HwndAppCommandInputProvider.cs
- NavigationExpr.cs
- DbParameterCollectionHelper.cs
- ChangeBlockUndoRecord.cs
- CodePageUtils.cs
- SystemEvents.cs
- TextEditorDragDrop.cs
- ListItemCollection.cs
- ProtocolsConfigurationEntry.cs
- ManagementOperationWatcher.cs
- _SSPIWrapper.cs
- XmlUrlResolver.cs
- ColumnCollection.cs
- SqlUserDefinedAggregateAttribute.cs
- DocumentPageViewAutomationPeer.cs
- MethodBuilderInstantiation.cs
- CapabilitiesUse.cs
- EventWaitHandle.cs
- TemplateBindingExtensionConverter.cs
- MouseActionConverter.cs
- IProducerConsumerCollection.cs
- TemplateBindingExtension.cs
- DataSetUtil.cs
- PropertyChangingEventArgs.cs
- Point3DCollectionValueSerializer.cs
- AstTree.cs