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
- DocumentPage.cs
- CodeArrayIndexerExpression.cs
- MenuItemBindingCollection.cs
- UnsafeNativeMethodsCLR.cs
- StringWriter.cs
- RightsManagementPermission.cs
- StatusBarDrawItemEvent.cs
- TemplateColumn.cs
- SqlDependency.cs
- XmlQualifiedName.cs
- GuidTagList.cs
- XmlChildNodes.cs
- DataServiceQueryProvider.cs
- GCHandleCookieTable.cs
- TlsnegoTokenAuthenticator.cs
- ValueExpressions.cs
- TableCell.cs
- InvalidComObjectException.cs
- lengthconverter.cs
- CodeTypeDeclarationCollection.cs
- CornerRadiusConverter.cs
- Update.cs
- StructuralType.cs
- LinkDesigner.cs
- Transactions.cs
- ObjectDataSourceEventArgs.cs
- TokenizerHelper.cs
- PerfCounters.cs
- ZipIOLocalFileBlock.cs
- SafeThemeHandle.cs
- EventToken.cs
- StyleModeStack.cs
- newinstructionaction.cs
- TrustManagerPromptUI.cs
- HelpEvent.cs
- TagPrefixCollection.cs
- SafeLocalMemHandle.cs
- ConfigXmlCDataSection.cs
- EventLogger.cs
- DataGridViewMethods.cs
- XmlNamedNodeMap.cs
- FileNameEditor.cs
- HelpProvider.cs
- OneToOneMappingSerializer.cs
- ProfileSection.cs
- CharacterMetrics.cs
- _AutoWebProxyScriptEngine.cs
- BrowserCapabilitiesFactoryBase.cs
- SoapIncludeAttribute.cs
- HttpCookie.cs
- PageAsyncTask.cs
- NameSpaceExtractor.cs
- AnonymousIdentificationModule.cs
- FrameworkElementFactoryMarkupObject.cs
- XmlWriter.cs
- Span.cs
- BoundPropertyEntry.cs
- CodeAccessPermission.cs
- DeclarativeCatalogPart.cs
- PageStatePersister.cs
- RegexCaptureCollection.cs
- MappedMetaModel.cs
- QuotedStringFormatReader.cs
- MessageSecurityProtocol.cs
- TryCatchDesigner.xaml.cs
- DataGridViewComboBoxColumn.cs
- AdRotator.cs
- Html32TextWriter.cs
- ProcessHostServerConfig.cs
- Calendar.cs
- XamlDesignerSerializationManager.cs
- MemberNameValidator.cs
- BlurBitmapEffect.cs
- HostProtectionException.cs
- CryptoProvider.cs
- RuntimeEnvironment.cs
- UserPreferenceChangingEventArgs.cs
- BlobPersonalizationState.cs
- WeakHashtable.cs
- FontWeightConverter.cs
- ProviderSettingsCollection.cs
- CompModSwitches.cs
- PropertyGrid.cs
- CommandDevice.cs
- DataServiceRequestException.cs
- SqlProfileProvider.cs
- ReadOnlyDataSourceView.cs
- Operand.cs
- ConfigUtil.cs
- MethodBuilder.cs
- VerticalAlignConverter.cs
- Binding.cs
- ToolStripDropDownMenu.cs
- ProbeMatches11.cs
- Pair.cs
- DesignerOptionService.cs
- SerializerDescriptor.cs
- Sql8ConformanceChecker.cs
- RegexCompilationInfo.cs
- RenderTargetBitmap.cs