Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / ReadingWritingEntityEventArgs.cs / 1 / 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.Net; using System.Linq; using System.Xml.Linq; using System.Diagnostics; ////// 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. //---------------------------------------------------------------------- //// 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.Net; using System.Linq; using System.Xml.Linq; using System.Diagnostics; ////// 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
- PageCache.cs
- SizeConverter.cs
- CapabilitiesSection.cs
- PreviewPrintController.cs
- Ops.cs
- TreeNode.cs
- CodeIdentifier.cs
- ItemsChangedEventArgs.cs
- SqlServer2KCompatibilityAnnotation.cs
- TemplateBindingExtensionConverter.cs
- Control.cs
- DataStreamFromComStream.cs
- EntityCommandExecutionException.cs
- FamilyTypefaceCollection.cs
- EntityContainerEmitter.cs
- AdPostCacheSubstitution.cs
- WebWorkflowRole.cs
- ContextBase.cs
- XmlComplianceUtil.cs
- CompareValidator.cs
- ConditionalAttribute.cs
- UIElementParagraph.cs
- DocumentAutomationPeer.cs
- Viewport3DAutomationPeer.cs
- QueryCacheEntry.cs
- TraceUtility.cs
- Int64.cs
- COM2ExtendedTypeConverter.cs
- AssemblyAttributes.cs
- FontDifferentiator.cs
- COM2ExtendedTypeConverter.cs
- XsdDateTime.cs
- NameHandler.cs
- HostingEnvironment.cs
- EncodingInfo.cs
- XmlExtensionFunction.cs
- UnsafeNativeMethods.cs
- StringInfo.cs
- SingleResultAttribute.cs
- NameValueSectionHandler.cs
- ComPersistableTypeElement.cs
- ResourceWriter.cs
- TextServicesPropertyRanges.cs
- FrameworkRichTextComposition.cs
- X509CertificateTrustedIssuerElementCollection.cs
- ToolStripSeparator.cs
- ConditionCollection.cs
- UserPreferenceChangedEventArgs.cs
- CachingHintValidation.cs
- HtmlInputReset.cs
- SqlTransaction.cs
- IisTraceListener.cs
- TextSegment.cs
- ProxyHelper.cs
- AssemblyBuilderData.cs
- GenericAuthenticationEventArgs.cs
- TypeConvertions.cs
- Form.cs
- DocumentApplicationJournalEntry.cs
- GenericUI.cs
- VersionedStreamOwner.cs
- ProfileService.cs
- XmlAtomicValue.cs
- OrElse.cs
- PackUriHelper.cs
- CmsUtils.cs
- SafeViewOfFileHandle.cs
- ExtenderControl.cs
- ScriptHandlerFactory.cs
- CommandConverter.cs
- DataListItemEventArgs.cs
- EmptyEnumerator.cs
- Soap.cs
- InkCanvasFeedbackAdorner.cs
- Utils.cs
- ShaderEffect.cs
- TemplateBuilder.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- StrokeNodeOperations2.cs
- BindingListCollectionView.cs
- XsltSettings.cs
- ADConnectionHelper.cs
- HttpServerProtocol.cs
- ItemCheckedEvent.cs
- ChildrenQuery.cs
- Types.cs
- CancelRequestedQuery.cs
- ReferenceTypeElement.cs
- ClientEventManager.cs
- XmlILModule.cs
- DrawingGroupDrawingContext.cs
- NegotiateStream.cs
- HashSet.cs
- JsonUriDataContract.cs
- CodeCompiler.cs
- GrammarBuilder.cs
- PersonalizablePropertyEntry.cs
- _FtpControlStream.cs
- TextServicesCompartment.cs
- InternalBufferOverflowException.cs