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
- StyleHelper.cs
- LiteralControl.cs
- Utils.cs
- TraceContextEventArgs.cs
- DataServiceEntityAttribute.cs
- AnnotationService.cs
- DataGridViewColumnStateChangedEventArgs.cs
- FontNamesConverter.cs
- CompressedStack.cs
- XhtmlBasicLiteralTextAdapter.cs
- ParseChildrenAsPropertiesAttribute.cs
- TargetControlTypeAttribute.cs
- Models.cs
- CodeGenerator.cs
- SecurityException.cs
- GlobalizationSection.cs
- WorkflowPrinting.cs
- CacheAxisQuery.cs
- SymmetricKeyWrap.cs
- DataControlLinkButton.cs
- MostlySingletonList.cs
- DragStartedEventArgs.cs
- Rules.cs
- EmbossBitmapEffect.cs
- EditorZoneBase.cs
- Sequence.cs
- TypeLoadException.cs
- FixedTextContainer.cs
- CustomCredentialPolicy.cs
- Transform.cs
- ObjectDataSourceMethodEditor.cs
- WmlListAdapter.cs
- DefaultBinder.cs
- ViewKeyConstraint.cs
- InvalidFilterCriteriaException.cs
- SendKeys.cs
- MarshalByValueComponent.cs
- LayoutTableCell.cs
- SoapServerProtocol.cs
- srgsitem.cs
- CodeIterationStatement.cs
- RichTextBoxContextMenu.cs
- FileLevelControlBuilderAttribute.cs
- DataObjectAttribute.cs
- RayHitTestParameters.cs
- ClickablePoint.cs
- RegexCharClass.cs
- TextCharacters.cs
- EventProviderBase.cs
- ProtocolViolationException.cs
- FileDialog_Vista_Interop.cs
- FocusWithinProperty.cs
- DesignerForm.cs
- CodeIdentifier.cs
- HtmlGenericControl.cs
- CachedCompositeFamily.cs
- CheckBoxBaseAdapter.cs
- DbParameterHelper.cs
- DbConnectionInternal.cs
- WorkflowRuntimeService.cs
- ContactManager.cs
- ObjectNotFoundException.cs
- RelatedPropertyManager.cs
- PeerToPeerException.cs
- DataRecordInfo.cs
- Grid.cs
- StylusEventArgs.cs
- ListManagerBindingsCollection.cs
- Menu.cs
- Queue.cs
- AttachedPropertyInfo.cs
- EntryIndex.cs
- SuppressMergeCheckAttribute.cs
- PrintingPermission.cs
- Section.cs
- WebControlAdapter.cs
- ProviderCommandInfoUtils.cs
- LambdaCompiler.Address.cs
- HuffmanTree.cs
- DataListItemEventArgs.cs
- ComplexBindingPropertiesAttribute.cs
- MailDefinition.cs
- NavigationEventArgs.cs
- KeyedCollection.cs
- PreDigestedSignedInfo.cs
- XmlLinkedNode.cs
- TranslateTransform3D.cs
- SingleTagSectionHandler.cs
- HttpWriter.cs
- JournalNavigationScope.cs
- ClosableStream.cs
- SoapHeaders.cs
- GrammarBuilderBase.cs
- ChangeInterceptorAttribute.cs
- StorageEntityContainerMapping.cs
- Popup.cs
- ListSourceHelper.cs
- StdValidatorsAndConverters.cs
- OleDbConnectionInternal.cs
- VerificationAttribute.cs