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 / ObjectDataSourceStatusEventArgs.cs / 1 / ObjectDataSourceStatusEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Security.Permissions; ////// Represents data that is passed into an ObjectDataSourceMethodExecutedEventHandler delegate. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ObjectDataSourceStatusEventArgs : EventArgs { private object _returnValue; private IDictionary _outputParameters; private Exception _exception; private bool _exceptionHandled; private int _affectedRows = -1; ////// Creates a new instance of ObjectDataSourceStatusEventArgs. /// public ObjectDataSourceStatusEventArgs(object returnValue, IDictionary outputParameters) : this(returnValue, outputParameters, null) { } ////// Creates a new instance of ObjectDataSourceStatusEventArgs. /// public ObjectDataSourceStatusEventArgs(object returnValue, IDictionary outputParameters, Exception exception) : base() { _returnValue = returnValue; _outputParameters = outputParameters; _exception = exception; } ////// The output parameters of the method invocation. /// public IDictionary OutputParameters { get { return _outputParameters; } } ////// If an exception was thrown by the invoked method, this property will contain the exception. /// If there was no exception, the value will be null. /// public Exception Exception { get { return _exception; } } ////// If you wish to handle the exception using your own logic, set this value to true for it to be ignored by the control. /// If an exception was thrown and this value remains false, the exception will be re-thrown by the control. /// public bool ExceptionHandled { get { return _exceptionHandled; } set { _exceptionHandled = value; } } ////// The return value of the method invocation. /// public object ReturnValue { get { return _returnValue; } } ////// The number of rows affected by the operation. /// The default value is -1, which means that an unknown number /// of rows were affected. The user must set this value in the /// Deleted/Inserted/Updated/Selected event in order for the value /// to be available elsewhere. Typically the value would come either /// from the return value of the method or one of the output parameters. /// public int AffectedRows { get { return _affectedRows; } set { _affectedRows = value; } } } } // 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; using System.Security.Permissions; ////// Represents data that is passed into an ObjectDataSourceMethodExecutedEventHandler delegate. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ObjectDataSourceStatusEventArgs : EventArgs { private object _returnValue; private IDictionary _outputParameters; private Exception _exception; private bool _exceptionHandled; private int _affectedRows = -1; ////// Creates a new instance of ObjectDataSourceStatusEventArgs. /// public ObjectDataSourceStatusEventArgs(object returnValue, IDictionary outputParameters) : this(returnValue, outputParameters, null) { } ////// Creates a new instance of ObjectDataSourceStatusEventArgs. /// public ObjectDataSourceStatusEventArgs(object returnValue, IDictionary outputParameters, Exception exception) : base() { _returnValue = returnValue; _outputParameters = outputParameters; _exception = exception; } ////// The output parameters of the method invocation. /// public IDictionary OutputParameters { get { return _outputParameters; } } ////// If an exception was thrown by the invoked method, this property will contain the exception. /// If there was no exception, the value will be null. /// public Exception Exception { get { return _exception; } } ////// If you wish to handle the exception using your own logic, set this value to true for it to be ignored by the control. /// If an exception was thrown and this value remains false, the exception will be re-thrown by the control. /// public bool ExceptionHandled { get { return _exceptionHandled; } set { _exceptionHandled = value; } } ////// The return value of the method invocation. /// public object ReturnValue { get { return _returnValue; } } ////// The number of rows affected by the operation. /// The default value is -1, which means that an unknown number /// of rows were affected. The user must set this value in the /// Deleted/Inserted/Updated/Selected event in order for the value /// to be available elsewhere. Typically the value would come either /// from the return value of the method or one of the output parameters. /// public int AffectedRows { get { return _affectedRows; } set { _affectedRows = value; } } } } // 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
- SurrogateEncoder.cs
- InputMethodStateChangeEventArgs.cs
- AsyncResult.cs
- DoubleAnimationBase.cs
- UpdateCommand.cs
- RemotingException.cs
- PropertyOrder.cs
- FrameworkContentElement.cs
- HttpCacheVary.cs
- TraceEventCache.cs
- InvalidFilterCriteriaException.cs
- SiteMembershipCondition.cs
- Executor.cs
- XmlDataSourceNodeDescriptor.cs
- CryptoKeySecurity.cs
- CfgArc.cs
- XmlChoiceIdentifierAttribute.cs
- TypefaceMap.cs
- TextViewSelectionProcessor.cs
- ToolStripDropTargetManager.cs
- ComplexTypeEmitter.cs
- IdentityHolder.cs
- UInt64Converter.cs
- EntityCodeGenerator.cs
- SqlOuterApplyReducer.cs
- DigitShape.cs
- CloudCollection.cs
- MappedMetaModel.cs
- ImportOptions.cs
- SqlConnectionStringBuilder.cs
- AnnotationComponentChooser.cs
- WorkflowRuntimeServicesBehavior.cs
- WebServiceHost.cs
- AuthenticationService.cs
- MoveSizeWinEventHandler.cs
- LowerCaseStringConverter.cs
- DataTableTypeConverter.cs
- Style.cs
- DateTimeHelper.cs
- CatalogPart.cs
- OleDbCommand.cs
- AesManaged.cs
- TextFormatterImp.cs
- StylusButtonEventArgs.cs
- TreeNodeBinding.cs
- XamlPointCollectionSerializer.cs
- Wizard.cs
- Vector3D.cs
- InternalConfigEventArgs.cs
- TaiwanCalendar.cs
- UnknownBitmapDecoder.cs
- JulianCalendar.cs
- ServiceManager.cs
- ObjectSelectorEditor.cs
- FocusManager.cs
- SessionEndingEventArgs.cs
- ToolStripDesignerAvailabilityAttribute.cs
- BinaryMethodMessage.cs
- HwndStylusInputProvider.cs
- SoapSchemaExporter.cs
- VirtualDirectoryMappingCollection.cs
- SqlCacheDependencySection.cs
- IndexingContentUnit.cs
- MergeLocalizationDirectives.cs
- PluggableProtocol.cs
- ValueQuery.cs
- indexingfiltermarshaler.cs
- MimeMultiPart.cs
- RootBrowserWindow.cs
- DefaultBindingPropertyAttribute.cs
- ColorConvertedBitmapExtension.cs
- AQNBuilder.cs
- CommentEmitter.cs
- CollectionBase.cs
- DoubleAnimationBase.cs
- TextPointer.cs
- TextRangeProviderWrapper.cs
- WorkflowQueue.cs
- FileCodeGroup.cs
- DelegatedStream.cs
- httpstaticobjectscollection.cs
- Number.cs
- EastAsianLunisolarCalendar.cs
- HttpProfileBase.cs
- Filter.cs
- TextChange.cs
- RoleManagerSection.cs
- SmtpTransport.cs
- ContextMenuService.cs
- TargetInvocationException.cs
- ContextConfiguration.cs
- ExpressionBuilder.cs
- StreamingContext.cs
- MethodBuilderInstantiation.cs
- XamlVector3DCollectionSerializer.cs
- followingquery.cs
- UshortList2.cs
- HyperLinkColumn.cs
- QilList.cs
- SoapSchemaExporter.cs