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
- CommandBindingCollection.cs
- RecognizedWordUnit.cs
- ExpressionWriter.cs
- ClockController.cs
- Stack.cs
- ToolStripComboBox.cs
- WinInet.cs
- MenuBindingsEditor.cs
- TraceContextRecord.cs
- InputEventArgs.cs
- SmiMetaData.cs
- XPathBuilder.cs
- WebPartDisplayModeCollection.cs
- PageParserFilter.cs
- StaticSiteMapProvider.cs
- SQLMoneyStorage.cs
- FixedTextView.cs
- RequestCachingSection.cs
- RegexCaptureCollection.cs
- DynamicArgumentDesigner.xaml.cs
- PtsHost.cs
- NetCodeGroup.cs
- TriggerAction.cs
- RedBlackList.cs
- IProvider.cs
- KeyBinding.cs
- AddInControllerImpl.cs
- CheckBox.cs
- FontUnitConverter.cs
- Encoder.cs
- HtmlGenericControl.cs
- ImageButton.cs
- ClientProxyGenerator.cs
- ColorConverter.cs
- DataGridViewCellStyle.cs
- Compiler.cs
- _SafeNetHandles.cs
- SequenceQuery.cs
- MetadataArtifactLoaderCompositeResource.cs
- SafeCoTaskMem.cs
- Translator.cs
- XmlSchemaComplexContent.cs
- ClientProxyGenerator.cs
- ByteKeyFrameCollection.cs
- CodeIterationStatement.cs
- CreateUserWizard.cs
- PipelineModuleStepContainer.cs
- UIElementParagraph.cs
- PassportAuthenticationModule.cs
- UInt16Storage.cs
- SqlAliasesReferenced.cs
- Separator.cs
- EventMappingSettings.cs
- XmlAttributes.cs
- TemplateNameScope.cs
- ExpressionNode.cs
- CodeExpressionStatement.cs
- MatchingStyle.cs
- WebServiceErrorEvent.cs
- ElasticEase.cs
- ListBoxItemWrapperAutomationPeer.cs
- ObjectManager.cs
- XamlValidatingReader.cs
- ThemeInfoAttribute.cs
- QilScopedVisitor.cs
- _LazyAsyncResult.cs
- parserscommon.cs
- SafeViewOfFileHandle.cs
- SchemaImporter.cs
- Interlocked.cs
- GlyphRun.cs
- NamedPipeProcessProtocolHandler.cs
- XmlChildEnumerator.cs
- HttpApplicationFactory.cs
- CodeConstructor.cs
- InteropTrackingRecord.cs
- SemaphoreSlim.cs
- ClosureBinding.cs
- XmlRawWriter.cs
- WeakReferenceKey.cs
- DefaultPrintController.cs
- TimeZone.cs
- RelationshipEndCollection.cs
- AdornerPresentationContext.cs
- LingerOption.cs
- GeneralTransform.cs
- FloaterBaseParagraph.cs
- SymbolEqualComparer.cs
- LiteralControl.cs
- InstanceKeyCollisionException.cs
- ViewBox.cs
- UITypeEditor.cs
- ContainerControl.cs
- TextTreeObjectNode.cs
- ConstructorBuilder.cs
- FunctionParameter.cs
- NavigationProperty.cs
- CodeDOMUtility.cs
- CachedResourceDictionaryExtension.cs
- PackagePartCollection.cs