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
- FactoryId.cs
- SafePipeHandle.cs
- AccessibleObject.cs
- SoapCodeExporter.cs
- UpdateRecord.cs
- HijriCalendar.cs
- InternalBase.cs
- DefaultHttpHandler.cs
- EntitySqlQueryState.cs
- Grant.cs
- HttpUnhandledOperationInvoker.cs
- HtmlAnchor.cs
- SQLBytesStorage.cs
- ConfigurationException.cs
- Variable.cs
- SimpleWorkerRequest.cs
- PasswordDeriveBytes.cs
- LeaseManager.cs
- SecUtil.cs
- FormattedTextSymbols.cs
- SupportsEventValidationAttribute.cs
- ZipIOExtraFieldZip64Element.cs
- XmlNamespaceDeclarationsAttribute.cs
- SessionStateSection.cs
- RuleCache.cs
- MeshGeometry3D.cs
- DbConnectionPoolCounters.cs
- DynamicDataRoute.cs
- QilPatternVisitor.cs
- PlaceHolder.cs
- Attachment.cs
- ProgressBarRenderer.cs
- ResolvedKeyFrameEntry.cs
- ColumnProvider.cs
- DataSourceConverter.cs
- EdmFunctionAttribute.cs
- PrtCap_Base.cs
- XmlSchemaSimpleTypeList.cs
- NamespaceList.cs
- SmiMetaDataProperty.cs
- ListItem.cs
- TimeSpan.cs
- StreamUpdate.cs
- OdbcCommand.cs
- OneOf.cs
- WebDisplayNameAttribute.cs
- ControlCachePolicy.cs
- PropertyBuilder.cs
- ExternalException.cs
- SafeNativeMethods.cs
- ConditionCollection.cs
- OleStrCAMarshaler.cs
- MethodAccessException.cs
- XmlComment.cs
- PenThread.cs
- UseAttributeSetsAction.cs
- PathGradientBrush.cs
- KeySpline.cs
- StringKeyFrameCollection.cs
- PriorityQueue.cs
- InputEventArgs.cs
- ConfigDefinitionUpdates.cs
- Quad.cs
- ExtensionFile.cs
- IWorkflowDebuggerService.cs
- SessionKeyExpiredException.cs
- ItemCollection.cs
- PolicyLevel.cs
- MsmqInputChannelListener.cs
- WebDescriptionAttribute.cs
- QilSortKey.cs
- _BaseOverlappedAsyncResult.cs
- NumericUpDown.cs
- LoginCancelEventArgs.cs
- CssClassPropertyAttribute.cs
- _SingleItemRequestCache.cs
- CompilerCollection.cs
- WorkflowTransactionOptions.cs
- UnsafeNativeMethods.cs
- EntityPropertyMappingAttribute.cs
- WebBrowser.cs
- DesignerSerializationOptionsAttribute.cs
- InProcStateClientManager.cs
- TypefaceCollection.cs
- ImageSourceValueSerializer.cs
- XmlSchemaExternal.cs
- TabControlEvent.cs
- CompilationSection.cs
- ListItemParagraph.cs
- ValidationHelper.cs
- ClientScriptManager.cs
- ListViewCancelEventArgs.cs
- TranslateTransform.cs
- NonBatchDirectoryCompiler.cs
- GuidelineSet.cs
- ListManagerBindingsCollection.cs
- FileReservationCollection.cs
- QueryAccessibilityHelpEvent.cs
- WsatStrings.cs
- SingleAnimation.cs