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(Dictionary headers, 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
- FactoryGenerator.cs
- MenuItem.cs
- ApplicationServiceHelper.cs
- FormClosingEvent.cs
- IDReferencePropertyAttribute.cs
- UITypeEditor.cs
- StorageAssociationTypeMapping.cs
- Assembly.cs
- Italic.cs
- WeakKeyDictionary.cs
- AssemblyCollection.cs
- UriTemplateTable.cs
- MutexSecurity.cs
- ActivityFunc.cs
- WebPartManager.cs
- typedescriptorpermissionattribute.cs
- Int32AnimationBase.cs
- PageAsyncTaskManager.cs
- SqlRowUpdatedEvent.cs
- AxHost.cs
- SHA256.cs
- WaveHeader.cs
- JsonObjectDataContract.cs
- DataGridViewUtilities.cs
- WebMessageEncodingElement.cs
- PageContentAsyncResult.cs
- ExpressionParser.cs
- ContextBase.cs
- DocumentViewer.cs
- ProjectionCamera.cs
- ImageMap.cs
- ComPersistableTypeElementCollection.cs
- Convert.cs
- InkSerializer.cs
- RSACryptoServiceProvider.cs
- SqlStream.cs
- RecommendedAsConfigurableAttribute.cs
- UncommonField.cs
- MediaScriptCommandRoutedEventArgs.cs
- HostedImpersonationContext.cs
- Matrix.cs
- Wizard.cs
- BindingObserver.cs
- formatter.cs
- DisposableCollectionWrapper.cs
- DocumentGrid.cs
- DataView.cs
- NameValuePair.cs
- TCPClient.cs
- ContextMenuService.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- MouseEventArgs.cs
- GcHandle.cs
- TemplateBamlTreeBuilder.cs
- PackageRelationship.cs
- SecurityUtils.cs
- MatrixConverter.cs
- WebPartDisplayModeCancelEventArgs.cs
- DataGridViewRowsRemovedEventArgs.cs
- SQLString.cs
- OutKeywords.cs
- DbProviderSpecificTypePropertyAttribute.cs
- RegisteredDisposeScript.cs
- SubstitutionList.cs
- Pair.cs
- _ScatterGatherBuffers.cs
- CSharpCodeProvider.cs
- ExpandCollapsePattern.cs
- CompilerTypeWithParams.cs
- InkCanvasInnerCanvas.cs
- CardSpacePolicyElement.cs
- DefaultAssemblyResolver.cs
- CollectionsUtil.cs
- StylusEditingBehavior.cs
- DataTableMappingCollection.cs
- XmlSchemaNotation.cs
- TaskFileService.cs
- ALinqExpressionVisitor.cs
- _SafeNetHandles.cs
- AutomationProperty.cs
- WebPartDisplayMode.cs
- Property.cs
- FontCacheLogic.cs
- CodeIdentifiers.cs
- TemplateXamlParser.cs
- mda.cs
- CodeSubDirectory.cs
- Thickness.cs
- MaskedTextProvider.cs
- TriggerBase.cs
- CheckBox.cs
- XmlIlTypeHelper.cs
- WeakRefEnumerator.cs
- NullableDoubleAverageAggregationOperator.cs
- SerializationInfo.cs
- OrderedParallelQuery.cs
- SchemaImporterExtensionElementCollection.cs
- ResourceExpressionBuilder.cs
- PropertyEntry.cs
- DbParameterHelper.cs