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
- DataBinding.cs
- DrawingContextWalker.cs
- XmlResolver.cs
- Size3DValueSerializer.cs
- SqlMetaData.cs
- ProgressiveCrcCalculatingStream.cs
- SafeNativeMethods.cs
- XmlWellformedWriter.cs
- EventArgs.cs
- SystemIPInterfaceStatistics.cs
- LogReservationCollection.cs
- ReadOnlyCollection.cs
- SvcMapFile.cs
- ToolStripItem.cs
- TransformGroup.cs
- SeekStoryboard.cs
- StrongNameKeyPair.cs
- CompoundFileIOPermission.cs
- FastPropertyAccessor.cs
- FormsAuthenticationConfiguration.cs
- IDQuery.cs
- Matrix3DValueSerializer.cs
- EntityViewGenerationAttribute.cs
- GenericAuthenticationEventArgs.cs
- RedistVersionInfo.cs
- Activity.cs
- RemotingSurrogateSelector.cs
- ToolConsole.cs
- ComboBoxItem.cs
- SqlClientPermission.cs
- PageContentCollection.cs
- Drawing.cs
- Themes.cs
- LinqDataSourceUpdateEventArgs.cs
- XmlAnyElementAttribute.cs
- Native.cs
- Brush.cs
- XmlSortKeyAccumulator.cs
- SqlOuterApplyReducer.cs
- AppearanceEditorPart.cs
- CodeIterationStatement.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ObjectNotFoundException.cs
- AddingNewEventArgs.cs
- Context.cs
- EmbeddedMailObjectCollectionEditor.cs
- DependencyPropertyValueSerializer.cs
- IdleTimeoutMonitor.cs
- UInt16.cs
- DBSchemaTable.cs
- SegmentTree.cs
- DateTimeOffsetAdapter.cs
- DayRenderEvent.cs
- SessionStateModule.cs
- TCPListener.cs
- ListView.cs
- ActiveXSite.cs
- CreateUserWizardStep.cs
- SqlDataSourceCustomCommandPanel.cs
- XhtmlBasicPhoneCallAdapter.cs
- StatusBar.cs
- LicenseProviderAttribute.cs
- ByteStreamMessageUtility.cs
- FloaterBaseParaClient.cs
- AssociationTypeEmitter.cs
- ValidatingPropertiesEventArgs.cs
- TimeStampChecker.cs
- MiniAssembly.cs
- CodeEventReferenceExpression.cs
- IndentedWriter.cs
- Stylesheet.cs
- BindingListCollectionView.cs
- EndCreateSecurityTokenRequest.cs
- FileDocument.cs
- WindowsScroll.cs
- Roles.cs
- SmiXetterAccessMap.cs
- XmlAttributeCollection.cs
- EventData.cs
- cookieexception.cs
- ContainerCodeDomSerializer.cs
- ReflectTypeDescriptionProvider.cs
- TileBrush.cs
- MenuRendererStandards.cs
- _DigestClient.cs
- ValidationRuleCollection.cs
- recordstatefactory.cs
- GetPageNumberCompletedEventArgs.cs
- Trigger.cs
- DataServiceContext.cs
- PartitionedDataSource.cs
- DrawListViewColumnHeaderEventArgs.cs
- BitmapEffectCollection.cs
- ExtendedPropertiesHandler.cs
- SqlDataAdapter.cs
- ClientTarget.cs
- StartUpEventArgs.cs
- QilXmlReader.cs
- XmlEventCache.cs
- TaskFormBase.cs