Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- //// 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
- TextServicesManager.cs
- LinearGradientBrush.cs
- MiniAssembly.cs
- UnmanagedBitmapWrapper.cs
- FileSecurity.cs
- CodeConditionStatement.cs
- SerializationAttributes.cs
- RectangleConverter.cs
- EntityModelSchemaGenerator.cs
- BrushValueSerializer.cs
- ItemCheckedEvent.cs
- ProjectionCamera.cs
- MasterPage.cs
- XmlEntityReference.cs
- SqlDataSourceCustomCommandPanel.cs
- InvalidWorkflowException.cs
- SingleResultAttribute.cs
- ExpressionPrefixAttribute.cs
- TextEditorLists.cs
- CriticalFinalizerObject.cs
- TreeViewDesigner.cs
- ClientOptions.cs
- Int32EqualityComparer.cs
- FrameworkElementFactory.cs
- VectorCollectionConverter.cs
- ProtocolsConfigurationHandler.cs
- ContextMenuStrip.cs
- DesignerMetadata.cs
- TextAdaptor.cs
- externdll.cs
- Translator.cs
- PieceDirectory.cs
- AssociationSet.cs
- ImportCatalogPart.cs
- RequestCacheEntry.cs
- TypeHelpers.cs
- TypeSystemHelpers.cs
- DesignerProperties.cs
- FormViewInsertEventArgs.cs
- streamingZipPartStream.cs
- ComboBoxRenderer.cs
- DirectoryNotFoundException.cs
- ActivityValidator.cs
- RSATokenProvider.cs
- HandlerBase.cs
- AnalyzedTree.cs
- Queue.cs
- DbProviderFactoriesConfigurationHandler.cs
- LocatorManager.cs
- CharacterMetricsDictionary.cs
- XmlSchemaSimpleTypeUnion.cs
- parserscommon.cs
- WebPartConnectionsCancelVerb.cs
- XmlDomTextWriter.cs
- TreeNodeStyle.cs
- InternalDuplexChannelListener.cs
- SevenBitStream.cs
- SqlLiftWhereClauses.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- TimeIntervalCollection.cs
- EpmSyndicationContentSerializer.cs
- NetMsmqSecurity.cs
- NullableConverter.cs
- GlyphingCache.cs
- WaveHeader.cs
- NotImplementedException.cs
- Timer.cs
- DetailsViewRow.cs
- ProviderUtil.cs
- VectorAnimationBase.cs
- ToolStripControlHost.cs
- SqlCacheDependencyDatabase.cs
- DocumentsTrace.cs
- FolderBrowserDialog.cs
- GrabHandleGlyph.cs
- PermissionListSet.cs
- WebPartConnectionsEventArgs.cs
- IfJoinedCondition.cs
- EnterpriseServicesHelper.cs
- Nodes.cs
- BevelBitmapEffect.cs
- PerfProviderCollection.cs
- XmlWriterSettings.cs
- RoleService.cs
- IDReferencePropertyAttribute.cs
- DataTemplateSelector.cs
- XmlToDatasetMap.cs
- AsymmetricSignatureFormatter.cs
- WebServiceEnumData.cs
- SqlGenericUtil.cs
- HttpCachePolicyElement.cs
- _ContextAwareResult.cs
- AssemblyAttributesGoHere.cs
- XmlKeywords.cs
- Directory.cs
- RecommendedAsConfigurableAttribute.cs
- OleDbConnectionInternal.cs
- CommandPlan.cs
- ColorInterpolationModeValidation.cs
- MimeBasePart.cs