Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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(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.
//----------------------------------------------------------------------
//
// 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
- ActivationArguments.cs
- WebPartExportVerb.cs
- assertwrapper.cs
- HtmlControlPersistable.cs
- DBAsyncResult.cs
- OpenTypeMethods.cs
- XmlSchemaGroup.cs
- DiscoveryVersionConverter.cs
- ArraySubsetEnumerator.cs
- Variable.cs
- DictionaryChange.cs
- Utils.cs
- SqlDelegatedTransaction.cs
- Line.cs
- PersonalizationStateQuery.cs
- VerticalAlignConverter.cs
- SecurityChannel.cs
- ToolStripProgressBar.cs
- XmlNullResolver.cs
- UIntPtr.cs
- WebPartExportVerb.cs
- XmlHierarchicalEnumerable.cs
- CompiledXpathExpr.cs
- SiteMapProvider.cs
- SpellCheck.cs
- DataGridToolTip.cs
- TypeReference.cs
- BackgroundWorker.cs
- CTreeGenerator.cs
- safex509handles.cs
- DistributedTransactionPermission.cs
- HelpKeywordAttribute.cs
- AssemblySettingAttributes.cs
- ObjectStateEntry.cs
- SchemaElement.cs
- QilReplaceVisitor.cs
- BrowserTree.cs
- TiffBitmapEncoder.cs
- LogExtent.cs
- BitmapPalettes.cs
- CloudCollection.cs
- AbstractSvcMapFileLoader.cs
- X509Utils.cs
- LeafCellTreeNode.cs
- PageRequestManager.cs
- PageStatePersister.cs
- SafeRightsManagementPubHandle.cs
- BitSet.cs
- MediaPlayerState.cs
- StorageEntityTypeMapping.cs
- CheckBoxFlatAdapter.cs
- DesignerDataTable.cs
- ScrollBar.cs
- Page.cs
- _UriSyntax.cs
- MemoryStream.cs
- ActivityFunc.cs
- NeutralResourcesLanguageAttribute.cs
- TextEndOfLine.cs
- UserControlCodeDomTreeGenerator.cs
- InitializationEventAttribute.cs
- PathFigureCollection.cs
- DesignerTransaction.cs
- EventMappingSettingsCollection.cs
- DataStreamFromComStream.cs
- TraceHandler.cs
- ResourcePool.cs
- DbConnectionPoolGroup.cs
- RewritingProcessor.cs
- SignatureGenerator.cs
- RequestCachePolicyConverter.cs
- TableColumn.cs
- DependentTransaction.cs
- SmiGettersStream.cs
- TagNameToTypeMapper.cs
- CommandID.cs
- TableHeaderCell.cs
- SpeakCompletedEventArgs.cs
- DataGridViewUtilities.cs
- validationstate.cs
- ResourceKey.cs
- DeclarationUpdate.cs
- _HeaderInfo.cs
- OrderablePartitioner.cs
- TargetFrameworkUtil.cs
- Size.cs
- ITreeGenerator.cs
- RangeContentEnumerator.cs
- ProbeMatchesMessageCD1.cs
- SerialErrors.cs
- NetworkInformationException.cs
- SrgsElement.cs
- WebPartMenuStyle.cs
- ErrorHandlerFaultInfo.cs
- SmiRecordBuffer.cs
- ReferencedCollectionType.cs
- ResourceIDHelper.cs
- ToolStripRendererSwitcher.cs
- ConfigDefinitionUpdates.cs
- Encoder.cs