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
- DataServiceQueryOfT.cs
- ClientRolePrincipal.cs
- WindowsAltTab.cs
- DataService.cs
- WebServiceTypeData.cs
- XmlSchemaExternal.cs
- DataGridViewTextBoxColumn.cs
- EUCJPEncoding.cs
- DescendantBaseQuery.cs
- ProviderConnectionPoint.cs
- WindowsStatic.cs
- AssociationSetMetadata.cs
- RequestUriProcessor.cs
- FileFormatException.cs
- XmlCharCheckingReader.cs
- LogicalExpr.cs
- SchemaImporterExtensionElement.cs
- Rotation3DAnimation.cs
- HttpBrowserCapabilitiesWrapper.cs
- BinaryVersion.cs
- LicenseManager.cs
- NameValueCollection.cs
- Buffer.cs
- FormsAuthenticationTicket.cs
- DnsPermission.cs
- LongValidatorAttribute.cs
- QueryExecutionOption.cs
- GCHandleCookieTable.cs
- MultitargetingHelpers.cs
- GuidConverter.cs
- WindowsBrush.cs
- PointCollection.cs
- SignedXml.cs
- SessionStateContainer.cs
- QuaternionAnimation.cs
- StandardBindingReliableSessionElement.cs
- EventlogProvider.cs
- TreeViewItem.cs
- AppLevelCompilationSectionCache.cs
- ListBox.cs
- WeakEventTable.cs
- ExpressionBuilderCollection.cs
- TraceContext.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- PromptStyle.cs
- KeyboardDevice.cs
- CodeArgumentReferenceExpression.cs
- NameValueConfigurationElement.cs
- ListControl.cs
- SemanticBasicElement.cs
- NeutralResourcesLanguageAttribute.cs
- MarshalDirectiveException.cs
- XmlSchemaElement.cs
- SqlFacetAttribute.cs
- updateconfighost.cs
- SubclassTypeValidator.cs
- ObjectContext.cs
- HashMembershipCondition.cs
- QueryableFilterUserControl.cs
- CssClassPropertyAttribute.cs
- TypeSystemHelpers.cs
- UserControl.cs
- EdmScalarPropertyAttribute.cs
- AuthenticationModuleElement.cs
- WebPartConnectionsCancelVerb.cs
- Itemizer.cs
- ComponentEvent.cs
- DocumentsTrace.cs
- DoubleIndependentAnimationStorage.cs
- DataRelationPropertyDescriptor.cs
- DSASignatureFormatter.cs
- MetafileHeader.cs
- TypeSystemProvider.cs
- XPathMultyIterator.cs
- DynamicDiscoSearcher.cs
- LowerCaseStringConverter.cs
- AnnotationAuthorChangedEventArgs.cs
- OutOfMemoryException.cs
- EmptyReadOnlyDictionaryInternal.cs
- ListBindingHelper.cs
- dtdvalidator.cs
- ThreadExceptionDialog.cs
- DataGridViewCellStyleEditor.cs
- LinqDataSourceStatusEventArgs.cs
- CommandValueSerializer.cs
- HtmlTableRowCollection.cs
- NameValuePermission.cs
- DragStartedEventArgs.cs
- RenderDataDrawingContext.cs
- Regex.cs
- JavaScriptSerializer.cs
- SpellCheck.cs
- MsmqProcessProtocolHandler.cs
- RecordConverter.cs
- XPathPatternBuilder.cs
- ListSortDescription.cs
- SerializationInfo.cs
- documentsequencetextpointer.cs
- _AutoWebProxyScriptWrapper.cs
- BinarySerializer.cs