ReadingWritingEntityEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event args for the event fired during reading or writing of an entity serialization/deserialization
public sealed class ReadingWritingEntityEventArgs : EventArgs
type ReadingWritingEntityEventArgs = class
inherit EventArgs
Public NotInheritable Class ReadingWritingEntityEventArgs
Inherits EventArgs
- Inheritance
-
ReadingWritingEntityEventArgs
Properties
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. |