Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- WaitHandleCannotBeOpenedException.cs
- InternalBufferOverflowException.cs
- FocusWithinProperty.cs
- EntityTransaction.cs
- ByteAnimationBase.cs
- HttpProxyCredentialType.cs
- BasicAsyncResult.cs
- ColorMatrix.cs
- ResolveResponse.cs
- DelegatingHeader.cs
- SmtpFailedRecipientsException.cs
- Number.cs
- PinnedBufferMemoryStream.cs
- TextStore.cs
- TypeConverterHelper.cs
- DictionaryItemsCollection.cs
- sqlpipe.cs
- SecurityState.cs
- ProjectedSlot.cs
- XmlFormatExtensionPrefixAttribute.cs
- PseudoWebRequest.cs
- FtpWebResponse.cs
- XamlToRtfWriter.cs
- FormParameter.cs
- sitestring.cs
- CodeAttributeDeclarationCollection.cs
- PrePrepareMethodAttribute.cs
- safesecurityhelperavalon.cs
- FontFamilyValueSerializer.cs
- InstanceCreationEditor.cs
- XmlDataLoader.cs
- DeploymentSection.cs
- TrustManager.cs
- UnitySerializationHolder.cs
- OdbcUtils.cs
- TextAction.cs
- TextServicesCompartmentEventSink.cs
- TabControlAutomationPeer.cs
- ListenerElementsCollection.cs
- InstanceCreationEditor.cs
- XmlElementAttribute.cs
- SmiGettersStream.cs
- TextRangeEdit.cs
- HashMembershipCondition.cs
- TableParaClient.cs
- Composition.cs
- figurelength.cs
- InfoCardPolicy.cs
- PropertyFilterAttribute.cs
- DrawingGroup.cs
- EventEntry.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- UInt16Storage.cs
- PkcsUtils.cs
- DataRecordInternal.cs
- ChoiceConverter.cs
- SoapExtensionReflector.cs
- DiscoveryClientDocuments.cs
- Group.cs
- StrokeNode.cs
- PropertyInfoSet.cs
- DSACryptoServiceProvider.cs
- WorkflowMarkupElementEventArgs.cs
- ProfilePropertyMetadata.cs
- ListControl.cs
- DocumentXmlWriter.cs
- X509SecurityToken.cs
- PlanCompilerUtil.cs
- InputLanguageEventArgs.cs
- List.cs
- XmlSchemaParticle.cs
- SmiSettersStream.cs
- FontEmbeddingManager.cs
- RuleDefinitions.cs
- HtmlFormWrapper.cs
- FileDialog.cs
- safex509handles.cs
- ProjectionPath.cs
- RMEnrollmentPage2.cs
- WindowExtensionMethods.cs
- ParameterBuilder.cs
- UnsafeNativeMethods.cs
- CanExpandCollapseAllConverter.cs
- MatrixStack.cs
- FaultContext.cs
- Rules.cs
- AssertUtility.cs
- TypeConverterHelper.cs
- XmlILIndex.cs
- IndexingContentUnit.cs
- BoundColumn.cs
- Ref.cs
- WindowsListViewItemCheckBox.cs
- ParseElement.cs
- XPathSelfQuery.cs
- AutomationPropertyInfo.cs
- ResourceContainer.cs
- PartitionerStatic.cs
- SQLInt16.cs
- FrugalList.cs