Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- SmtpAuthenticationManager.cs
- XmlStrings.cs
- XmlNodeReader.cs
- DefaultMemberAttribute.cs
- LockCookie.cs
- TrackingProvider.cs
- DiscriminatorMap.cs
- DefaultSection.cs
- ExpressionSelection.cs
- AnimationLayer.cs
- EncoderBestFitFallback.cs
- ListChangedEventArgs.cs
- SqlException.cs
- UpWmlMobileTextWriter.cs
- AsymmetricSignatureFormatter.cs
- WebServicesInteroperability.cs
- ListBoxAutomationPeer.cs
- GridItemPattern.cs
- ObjectDataSourceEventArgs.cs
- DataGridParentRows.cs
- Metadata.cs
- TogglePattern.cs
- QueryCacheKey.cs
- HealthMonitoringSectionHelper.cs
- TransferRequestHandler.cs
- LayoutTable.cs
- WhitespaceRuleLookup.cs
- initElementDictionary.cs
- ItemChangedEventArgs.cs
- AnnotationMap.cs
- CharacterShapingProperties.cs
- BasicHttpBindingElement.cs
- WebFormsRootDesigner.cs
- KeyValueConfigurationElement.cs
- PersonalizationProviderHelper.cs
- Span.cs
- XmlBufferReader.cs
- ReadOnlyPropertyMetadata.cs
- ErasingStroke.cs
- PeerInvitationResponse.cs
- Metafile.cs
- BufferedReceiveElement.cs
- MimeWriter.cs
- SevenBitStream.cs
- GridViewPageEventArgs.cs
- ContactManager.cs
- Positioning.cs
- SurrogateChar.cs
- CookielessHelper.cs
- StringInfo.cs
- InternalConfigSettingsFactory.cs
- WsatTransactionInfo.cs
- RefExpr.cs
- XmlElementAttribute.cs
- DebugController.cs
- ConfigurationElement.cs
- EventWaitHandleSecurity.cs
- MessageQueuePermissionEntryCollection.cs
- TemplatedAdorner.cs
- MimeFormatExtensions.cs
- DrawingGroup.cs
- ActionMessageFilter.cs
- SqlVisitor.cs
- Avt.cs
- Int32EqualityComparer.cs
- BamlLocalizer.cs
- UpdateManifestForBrowserApplication.cs
- WebPartUtil.cs
- Merger.cs
- MSAANativeProvider.cs
- EventDescriptorCollection.cs
- FileDataSource.cs
- XmlDesignerDataSourceView.cs
- BatchWriter.cs
- StructuralComparisons.cs
- InstanceKeyView.cs
- GridViewRowEventArgs.cs
- SplitterCancelEvent.cs
- GridViewCellAutomationPeer.cs
- ResourceManager.cs
- LinkLabel.cs
- ExtensibleClassFactory.cs
- thaishape.cs
- ColumnPropertiesGroup.cs
- QueryCursorEventArgs.cs
- WebBrowserNavigatedEventHandler.cs
- DataControlImageButton.cs
- IProducerConsumerCollection.cs
- FormViewDeleteEventArgs.cs
- DataExpression.cs
- FileEnumerator.cs
- SweepDirectionValidation.cs
- WebPartEditorApplyVerb.cs
- DesignerSerializationManager.cs
- FileLogRecordEnumerator.cs
- userdatakeys.cs
- BamlRecordHelper.cs
- XmlEventCache.cs
- StringValidatorAttribute.cs
- XmlLangPropertyAttribute.cs