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 | |
---|---|---|
BaseUri | Gets the base URI base of the entry or feed. | |
Data | Gets an entry or feed data represented as an XElement. | |
Entity | Gets the object representation of data returned from the Data property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.