Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / ChangesetResponse.cs / 1 / ChangesetResponse.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Response from SaveChanges. // //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System.Collections.Generic; using System.Diagnostics; ////// Response from SaveChanges. /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1010", Justification = "required for this feature")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710", Justification = "required for this feature")] public sealed class ChangeOperationResponse : OperationResponse { ///descriptor containing the response object. private Descriptor descriptor; ////// constructor /// /// HTTP headers /// response object containing information about resources that got changed. internal ChangeOperationResponse(Dictionaryheaders, Descriptor descriptor) : base(headers) { Debug.Assert(descriptor != null, "descriptor != null"); this.descriptor = descriptor; } /// Descriptor containing the response object. public Descriptor Descriptor { get { return this.descriptor; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Response from SaveChanges. // //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System.Collections.Generic; using System.Diagnostics; ////// Response from SaveChanges. /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1010", Justification = "required for this feature")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710", Justification = "required for this feature")] public sealed class ChangeOperationResponse : OperationResponse { ///descriptor containing the response object. private Descriptor descriptor; ////// constructor /// /// HTTP headers /// response object containing information about resources that got changed. internal ChangeOperationResponse(Dictionaryheaders, Descriptor descriptor) : base(headers) { Debug.Assert(descriptor != null, "descriptor != null"); this.descriptor = descriptor; } /// Descriptor containing the response object. public Descriptor Descriptor { get { return this.descriptor; } } } } // 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
- SettingsContext.cs
- AttributeUsageAttribute.cs
- XmlDataSourceView.cs
- DataTemplateSelector.cs
- PermissionToken.cs
- Light.cs
- EncryptedKey.cs
- DbParameterCollectionHelper.cs
- ColumnMap.cs
- ContainerAction.cs
- WebBrowserSiteBase.cs
- NonParentingControl.cs
- EventItfInfo.cs
- MessageQueueKey.cs
- RegexReplacement.cs
- ParameterBuilder.cs
- DecoderExceptionFallback.cs
- ResourceProperty.cs
- TypeBuilder.cs
- TypeLibConverter.cs
- VirtualizingPanel.cs
- _NtlmClient.cs
- RangeValueProviderWrapper.cs
- ToolStripPanelSelectionBehavior.cs
- ImplicitInputBrush.cs
- SimpleBitVector32.cs
- InputBindingCollection.cs
- HitTestDrawingContextWalker.cs
- SecureEnvironment.cs
- VisualTreeUtils.cs
- CustomErrorsSection.cs
- MobileRedirect.cs
- InputBuffer.cs
- SystemIcons.cs
- SoapCodeExporter.cs
- RequestCachingSection.cs
- xmlglyphRunInfo.cs
- ObjRef.cs
- DesignerSerializationVisibilityAttribute.cs
- ResourceContainer.cs
- NativeMethods.cs
- DataKey.cs
- XmlLoader.cs
- DictionaryContent.cs
- AdapterSwitches.cs
- TablePatternIdentifiers.cs
- RequestNavigateEventArgs.cs
- ToolStripRenderEventArgs.cs
- SqlNodeAnnotations.cs
- CustomErrorsSectionWrapper.cs
- Pkcs7Recipient.cs
- ReaderWriterLockSlim.cs
- EditingCoordinator.cs
- XslNumber.cs
- ColorMatrix.cs
- ScrollChrome.cs
- RedistVersionInfo.cs
- RequestQueue.cs
- OutputChannel.cs
- XsdCachingReader.cs
- MediaScriptCommandRoutedEventArgs.cs
- TypeDescriptionProvider.cs
- PrintDialogException.cs
- GeometryHitTestResult.cs
- DataGridViewHeaderCell.cs
- ProfileManager.cs
- VirtualizingPanel.cs
- Keyboard.cs
- XPathException.cs
- SchemaCollectionCompiler.cs
- exports.cs
- Journal.cs
- EntitySetRetriever.cs
- SessionEndingEventArgs.cs
- TextFormattingConverter.cs
- AssemblyContextControlItem.cs
- ListInitExpression.cs
- UIPropertyMetadata.cs
- ListViewInsertEventArgs.cs
- COM2ExtendedTypeConverter.cs
- TextRangeEditLists.cs
- SecurityUtils.cs
- AssociatedControlConverter.cs
- PolicyReader.cs
- BaseContextMenu.cs
- PenContext.cs
- FixedDocument.cs
- RootNamespaceAttribute.cs
- BoolLiteral.cs
- Inline.cs
- WebPartVerbCollection.cs
- SqlUtils.cs
- ZoomPercentageConverter.cs
- EntityWithChangeTrackerStrategy.cs
- DrawingImage.cs
- CommandID.cs
- ReversePositionQuery.cs
- path.cs
- Transactions.cs
- ConnectionStringsExpressionBuilder.cs