ReadingWritingEntityEventArgs Class

Definition

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

public ref class ReadingWritingEntityEventArgs sealed : EventArgs
public sealed class ReadingWritingEntityEventArgs : EventArgs
type ReadingWritingEntityEventArgs = class
    inherit EventArgs
Public NotInheritable Class ReadingWritingEntityEventArgs
Inherits EventArgs
Inheritance
ReadingWritingEntityEventArgs

Remarks

ReadingWritingEntityEventArgs are used with the ReadingEntity and WritingEntity events.

Properties

Data

Gets an XML Atom entry or feed data represented as XElement.

Entity

Gets the object representation of data returned from the Data property.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to