Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / ReadingWritingEntityEventArgs.cs / 1305376 / ReadingWritingEntityEventArgs.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Event args for the event fired during reading or writing of // an entity serialization/deserialization // //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System; using System.Diagnostics; using System.Xml.Linq; ////// Event args for the event fired during reading or writing of /// an entity serialization/deserialization /// public sealed class ReadingWritingEntityEventArgs : EventArgs { ///The entity being (de)serialized private object entity; ///The ATOM entry data to/from the network private XElement data; ////// Constructor /// /// The entity being (de)serialized /// The ATOM entry data to/from the network internal ReadingWritingEntityEventArgs(object entity, XElement data) { this.entity = entity; this.data = data; } ///The entity being (de)serialized public object Entity { get { return this.entity; } } ///The ATOM entry data to/from the network public XElement Data { [DebuggerStepThrough] get { return this.data; } } } } // 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
- SecurityContext.cs
- StringWriter.cs
- EventLogException.cs
- ObjectDataSourceMethodEventArgs.cs
- MetadataCache.cs
- SystemUnicastIPAddressInformation.cs
- OdbcStatementHandle.cs
- HandleCollector.cs
- CodeCompiler.cs
- SqlErrorCollection.cs
- Root.cs
- DiffuseMaterial.cs
- CssStyleCollection.cs
- EntityProviderFactory.cs
- DeferredSelectedIndexReference.cs
- SqlTransaction.cs
- TextTreeDeleteContentUndoUnit.cs
- _WebProxyDataBuilder.cs
- TrackingDataItemValue.cs
- BinHexEncoder.cs
- WsdlBuildProvider.cs
- ILGenerator.cs
- SByteStorage.cs
- DeferredElementTreeState.cs
- AspNetCompatibilityRequirementsMode.cs
- Page.cs
- EntitySet.cs
- GeneralTransform.cs
- TabPanel.cs
- XmlnsDefinitionAttribute.cs
- ExtensionFile.cs
- FrameworkContentElement.cs
- SymbolTable.cs
- TemplateLookupAction.cs
- BaseUriHelper.cs
- RawMouseInputReport.cs
- XmlEntityReference.cs
- SourceItem.cs
- UnsafePeerToPeerMethods.cs
- ConfigXmlAttribute.cs
- EventBuilder.cs
- SoapRpcMethodAttribute.cs
- Viewport2DVisual3D.cs
- ProgressiveCrcCalculatingStream.cs
- MouseButton.cs
- KeyedHashAlgorithm.cs
- RectangleF.cs
- CheckBoxAutomationPeer.cs
- DbParameterCollection.cs
- SourceFilter.cs
- ToolBar.cs
- AuthenticationService.cs
- XPathCompiler.cs
- AutomationElement.cs
- EventLogTraceListener.cs
- HttpHandlersSection.cs
- followingquery.cs
- EnumerableCollectionView.cs
- AuthenticationSection.cs
- EventSinkActivity.cs
- TemplateBindingExpressionConverter.cs
- ObjectDataSourceSelectingEventArgs.cs
- PromptStyle.cs
- WebPageTraceListener.cs
- dsa.cs
- RadioButtonBaseAdapter.cs
- Region.cs
- ELinqQueryState.cs
- ByValueEqualityComparer.cs
- LinqDataSourceDisposeEventArgs.cs
- XmlQueryCardinality.cs
- ManagementClass.cs
- Content.cs
- XmlAttribute.cs
- BinaryUtilClasses.cs
- HttpHeaderCollection.cs
- TargetParameterCountException.cs
- _LazyAsyncResult.cs
- KeyPullup.cs
- TcpClientChannel.cs
- ToolStripDropTargetManager.cs
- PngBitmapDecoder.cs
- DefaultValueAttribute.cs
- OutOfMemoryException.cs
- AssemblyAttributes.cs
- Attributes.cs
- Events.cs
- DataAdapter.cs
- ComponentConverter.cs
- SessionEndingCancelEventArgs.cs
- DataChangedEventManager.cs
- AllMembershipCondition.cs
- DataControlExtensions.cs
- InvalidEnumArgumentException.cs
- BinaryObjectWriter.cs
- Highlights.cs
- EmptyControlCollection.cs
- ResXDataNode.cs
- Margins.cs
- Tablet.cs