ReadingWritingEntityEventArgs Class

Gives access to the entity and an object that represents an Atom entry. ReadingWritingEntityEventArgs is used with the ReadingEntity and WritingEntity events.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Data.Services.Client.ReadingWritingEntityEventArgs

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public NotInheritable Class ReadingWritingEntityEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ReadingWritingEntityEventArgs
public sealed class ReadingWritingEntityEventArgs : EventArgs
public ref class ReadingWritingEntityEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ReadingWritingEntityEventArgs =  
    class 
        inherit EventArgs 
    end
public final class ReadingWritingEntityEventArgs extends EventArgs

The ReadingWritingEntityEventArgs type exposes the following members.

Properties

  Name Description
Public property BaseUri Gets the base URI base of the entry or feed.
Public property Data Gets an entry or feed data represented as an XElement.
Public property Entity Gets the object representation of data returned from the Data property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

ReadingWritingEntityEventArgs are used with the ReadingEntity and WritingEntity events.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Client Namespace