Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / ChangesetResponse.cs / 3 / 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
- SystemDiagnosticsSection.cs
- ConfigurationManagerHelper.cs
- Timer.cs
- ObjectDataSource.cs
- XmlSchemaGroup.cs
- Constraint.cs
- RequiredFieldValidator.cs
- SettingsAttributes.cs
- MouseDevice.cs
- XmlElementAttributes.cs
- SafeCertificateContext.cs
- SrgsRule.cs
- NonClientArea.cs
- UInt32Storage.cs
- DataObjectAttribute.cs
- SettingsSection.cs
- HyperLinkColumn.cs
- FixedPageAutomationPeer.cs
- TdsParserSafeHandles.cs
- EntityDataSourceDataSelectionPanel.cs
- XhtmlBasicValidatorAdapter.cs
- JsonServiceDocumentSerializer.cs
- Image.cs
- AssociatedControlConverter.cs
- ErrorProvider.cs
- BitmapScalingModeValidation.cs
- NetworkInterface.cs
- ReaderWriterLockWrapper.cs
- RenamedEventArgs.cs
- RequestCachePolicy.cs
- PiiTraceSource.cs
- FontEditor.cs
- BamlBinaryWriter.cs
- TrackingLocationCollection.cs
- WindowsStatic.cs
- StorageFunctionMapping.cs
- DataList.cs
- GroupBox.cs
- SHA1Managed.cs
- ValidationEventArgs.cs
- DrawingGroup.cs
- SmtpSection.cs
- ItemPager.cs
- DoubleLinkListEnumerator.cs
- SelectorAutomationPeer.cs
- BamlRecordReader.cs
- TypeDelegator.cs
- ModifierKeysValueSerializer.cs
- Collection.cs
- BaseHashHelper.cs
- DeviceContext2.cs
- MessageSmuggler.cs
- QilStrConcat.cs
- MbpInfo.cs
- TableRow.cs
- XmlUtilWriter.cs
- EntityKeyElement.cs
- DataServiceQueryContinuation.cs
- XmlSerializationWriter.cs
- RequestQueue.cs
- MediaPlayerState.cs
- Repeater.cs
- Propagator.Evaluator.cs
- ReadOnlyCollectionBase.cs
- DataViewManagerListItemTypeDescriptor.cs
- HttpServerVarsCollection.cs
- TreeNodeStyleCollection.cs
- DataTableReaderListener.cs
- SafeSecurityHelper.cs
- Int32Rect.cs
- PageContentCollection.cs
- BoundField.cs
- XmlNodeList.cs
- Types.cs
- FormViewUpdateEventArgs.cs
- DescendantBaseQuery.cs
- AdapterUtil.cs
- WsatAdminException.cs
- InitializationEventAttribute.cs
- UriSectionData.cs
- DllNotFoundException.cs
- ImageFormat.cs
- MulticastOption.cs
- ProcessModelInfo.cs
- SemanticResolver.cs
- MediaTimeline.cs
- StorageEntitySetMapping.cs
- DataContractSerializerSection.cs
- AttachedAnnotationChangedEventArgs.cs
- SynchronizationLockException.cs
- SecurityUniqueId.cs
- PartBasedPackageProperties.cs
- DefaultBinder.cs
- ReadWriteObjectLock.cs
- SelectionWordBreaker.cs
- ButtonChrome.cs
- ChangeDirector.cs
- BindingExpression.cs
- TemplateContainer.cs
- XmlAtomicValue.cs