ReadingWritingEntityEventArgs 类
定义
向实体和表示 Atom 条目的 XLinq
对象授予访问权限。Gives access to the entity and an XLinq
object that represents an Atom entry. ReadingWritingEntityEventArgs 与 ReadingEntity 和 WritingEntity 事件配合使用。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
- 继承
注解
ReadingWritingEntityEventArgs与ReadingEntity 和WritingEntity事件一起使用。ReadingWritingEntityEventArgs are used with the ReadingEntity and WritingEntity events.
属性
Data |
获取表示为 XElement 的 XML Atom 项或源数据。Gets an XML Atom entry or feed data represented as XElement. |
Entity |
获取从 Data 属性返回的数据的对象表示形式。Gets the object representation of data returned from the Data property. |
方法
Equals(Object) |
确定指定的对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetHashCode() |
用作默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
ToString() |
返回一个表示当前对象的 string。Returns a string that represents the current object. (继承自 Object) |