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
- LocalValueEnumerator.cs
- QueueAccessMode.cs
- GlyphTypeface.cs
- WindowsIPAddress.cs
- BinaryParser.cs
- BaseAutoFormat.cs
- TextTreeTextElementNode.cs
- CalloutQueueItem.cs
- PersonalizationProviderCollection.cs
- ValueOfAction.cs
- DSASignatureDeformatter.cs
- TextServicesCompartment.cs
- ReferencedType.cs
- Byte.cs
- DomainLiteralReader.cs
- XmlSchemaSet.cs
- DataServiceQueryOfT.cs
- FindSimilarActivitiesVerb.cs
- MissingFieldException.cs
- FixedSOMLineCollection.cs
- TextChangedEventArgs.cs
- VBIdentifierName.cs
- Constants.cs
- WebPartsSection.cs
- Floater.cs
- StreamWriter.cs
- DependencyPropertyHelper.cs
- CustomPeerResolverService.cs
- ResourceReferenceExpression.cs
- Emitter.cs
- ForEachDesigner.xaml.cs
- DragEvent.cs
- CalendarTable.cs
- ControlDesignerState.cs
- DeploymentSectionCache.cs
- XmlUTF8TextWriter.cs
- DbProviderManifest.cs
- TerminatorSinks.cs
- _SSPISessionCache.cs
- SafeThreadHandle.cs
- HtmlTableRowCollection.cs
- ValidationResult.cs
- SqlInternalConnectionTds.cs
- BinaryUtilClasses.cs
- Inline.cs
- MailAddressParser.cs
- OracleLob.cs
- DataGridViewCellStyle.cs
- GradientStop.cs
- XmlText.cs
- TokenDescriptor.cs
- DebugView.cs
- NetDataContractSerializer.cs
- ScopedKnownTypes.cs
- KeyedQueue.cs
- XPathChildIterator.cs
- TickBar.cs
- RequiredAttributeAttribute.cs
- WindowsToolbarItemAsMenuItem.cs
- ModifiableIteratorCollection.cs
- UnicastIPAddressInformationCollection.cs
- MemoryPressure.cs
- MailDefinition.cs
- Substitution.cs
- CodeNamespace.cs
- ClaimTypes.cs
- SemanticTag.cs
- DataGridViewRowHeaderCell.cs
- ValidationRule.cs
- FixUpCollection.cs
- SqlNamer.cs
- WarningException.cs
- EntityCommandExecutionException.cs
- SettingsSection.cs
- TextPattern.cs
- HierarchicalDataBoundControlAdapter.cs
- PcmConverter.cs
- HttpRequestCacheValidator.cs
- SQLInt64Storage.cs
- IgnoreFileBuildProvider.cs
- HostingMessageProperty.cs
- SafeRightsManagementPubHandle.cs
- TextEditorMouse.cs
- ResourcesGenerator.cs
- FunctionMappingTranslator.cs
- BufferedReadStream.cs
- RequestCachePolicy.cs
- WebControlAdapter.cs
- CompositeDataBoundControl.cs
- FormatSettings.cs
- DataGridSortCommandEventArgs.cs
- CryptoKeySecurity.cs
- StatusStrip.cs
- MessageOperationFormatter.cs
- AutomationPeer.cs
- RoutingChannelExtension.cs
- TypeReference.cs
- SQLGuidStorage.cs
- WebPartConnectionsCancelVerb.cs
- FixUp.cs