Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / ChangesetResponse.cs / 1305376 / 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
- ResourceCategoryAttribute.cs
- UrlSyndicationContent.cs
- ContentIterators.cs
- RadioButtonRenderer.cs
- Model3D.cs
- PhonemeEventArgs.cs
- Itemizer.cs
- ExternalFile.cs
- HandlerFactoryWrapper.cs
- SystemInfo.cs
- HijriCalendar.cs
- StringInfo.cs
- ToolStripScrollButton.cs
- TrustLevelCollection.cs
- DictionaryGlobals.cs
- PageHandlerFactory.cs
- XslAstAnalyzer.cs
- WebPartEditorApplyVerb.cs
- TypeLoadException.cs
- MenuItem.cs
- SelectionItemPattern.cs
- CodeDomDecompiler.cs
- TypeDependencyAttribute.cs
- InheritedPropertyDescriptor.cs
- RawUIStateInputReport.cs
- FontStretches.cs
- XmlSchemaSimpleType.cs
- XmlNamespaceDeclarationsAttribute.cs
- DesignerCommandAdapter.cs
- Point3DKeyFrameCollection.cs
- LinkUtilities.cs
- EntityDataSourceContainerNameItem.cs
- SoapSchemaMember.cs
- SHA256.cs
- HandoffBehavior.cs
- XmlWellformedWriter.cs
- DataColumnMapping.cs
- XmlChildEnumerator.cs
- ComponentDispatcherThread.cs
- XomlCompilerResults.cs
- QuaternionValueSerializer.cs
- XmlSchemaCompilationSettings.cs
- KeyEvent.cs
- ListViewPagedDataSource.cs
- CacheMode.cs
- MediaSystem.cs
- NativeCppClassAttribute.cs
- AmbientLight.cs
- HScrollProperties.cs
- LicenseManager.cs
- OdbcUtils.cs
- SchemaCollectionCompiler.cs
- DateTimeValueSerializer.cs
- RelatedEnd.cs
- IsolatedStoragePermission.cs
- AssociationType.cs
- XPathDocumentBuilder.cs
- PopupEventArgs.cs
- Table.cs
- Selector.cs
- Menu.cs
- _SafeNetHandles.cs
- BaseCodePageEncoding.cs
- AnnotationHighlightLayer.cs
- ColorEditor.cs
- Walker.cs
- SqlDelegatedTransaction.cs
- EnvelopedPkcs7.cs
- OleDbEnumerator.cs
- GlyphCollection.cs
- DrawToolTipEventArgs.cs
- ReaderWriterLockWrapper.cs
- PropertyDescriptorComparer.cs
- HitTestWithGeometryDrawingContextWalker.cs
- ReaderContextStackData.cs
- DelegatingTypeDescriptionProvider.cs
- HttpHeaderCollection.cs
- ItemsChangedEventArgs.cs
- DuplicateWaitObjectException.cs
- ParseChildrenAsPropertiesAttribute.cs
- PropertyInfo.cs
- CardSpaceSelector.cs
- StreamProxy.cs
- HandlerElement.cs
- StrongNameSignatureInformation.cs
- BufferCache.cs
- HttpListenerRequest.cs
- EntityDesignerBuildProvider.cs
- SimpleBitVector32.cs
- NavigationEventArgs.cs
- WebBodyFormatMessageProperty.cs
- Activity.cs
- ClonableStack.cs
- SystemUdpStatistics.cs
- AttributeSetAction.cs
- WriteTimeStream.cs
- SamlConstants.cs
- ListViewTableRow.cs
- SmtpDigestAuthenticationModule.cs
- ProgressBar.cs