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() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |