Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TableCell.cs
- ExeConfigurationFileMap.cs
- LOSFormatter.cs
- FormatException.cs
- GroupBox.cs
- Converter.cs
- KeyValuePair.cs
- MainMenu.cs
- DrawingContext.cs
- SafeFileMapViewHandle.cs
- sqlstateclientmanager.cs
- AttributeConverter.cs
- HyperLinkDataBindingHandler.cs
- TextProperties.cs
- SystemFonts.cs
- XmlILModule.cs
- HttpEncoderUtility.cs
- DeploymentExceptionMapper.cs
- EntityDataSourceEntitySetNameItem.cs
- GenericIdentity.cs
- DeferredReference.cs
- ValueProviderWrapper.cs
- DesignerDeviceConfig.cs
- IItemContainerGenerator.cs
- TextBoxView.cs
- PersianCalendar.cs
- SecureEnvironment.cs
- WebConfigurationHostFileChange.cs
- DataContractSet.cs
- TypedTableBase.cs
- ConfigXmlText.cs
- CounterCreationData.cs
- DataObjectMethodAttribute.cs
- LinkedResource.cs
- EmbossBitmapEffect.cs
- SegmentInfo.cs
- Pkcs7Recipient.cs
- IxmlLineInfo.cs
- ColorPalette.cs
- Set.cs
- Positioning.cs
- TemplatedMailWebEventProvider.cs
- DataGridViewImageColumn.cs
- GridViewCancelEditEventArgs.cs
- FontUnit.cs
- RecognizedPhrase.cs
- ThreadExceptionEvent.cs
- Select.cs
- SystemColors.cs
- TransactionScopeDesigner.cs
- XmlSchemaAnnotation.cs
- ScrollItemPattern.cs
- TextContainerChangedEventArgs.cs
- DtrList.cs
- KeyFrames.cs
- SafeCryptoHandles.cs
- ResXResourceReader.cs
- LambdaCompiler.Statements.cs
- SystemColorTracker.cs
- SoapSchemaMember.cs
- PreviewControlDesigner.cs
- NavigatorOutput.cs
- AudioLevelUpdatedEventArgs.cs
- _Semaphore.cs
- ConnectionsZone.cs
- MissingSatelliteAssemblyException.cs
- ProxyHelper.cs
- TemplateInstanceAttribute.cs
- TemplateKey.cs
- StylusEditingBehavior.cs
- ExtensionSurface.cs
- ButtonChrome.cs
- MailBnfHelper.cs
- HttpsChannelListener.cs
- ExecutedRoutedEventArgs.cs
- ControlIdConverter.cs
- basemetadatamappingvisitor.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- EFColumnProvider.cs
- SchemaDeclBase.cs
- RichTextBoxContextMenu.cs
- WebPageTraceListener.cs
- ServerType.cs
- DataGridPageChangedEventArgs.cs
- RelationshipEnd.cs
- _FixedSizeReader.cs
- EmbeddedObject.cs
- Int32Collection.cs
- PageTrueTypeFont.cs
- NumericPagerField.cs
- ToggleButtonAutomationPeer.cs
- WebBrowserContainer.cs
- DupHandleConnectionReader.cs
- Range.cs
- XmlSchemaChoice.cs
- LambdaValue.cs
- CodeIdentifier.cs
- ClientUtils.cs
- EdmSchemaAttribute.cs
- FieldMetadata.cs