ReadingWritingEntityEventArgs 클래스
엔터티 및 Atom 항목을 나타내는 개체에 대한 액세스를 제공합니다. ReadingWritingEntityEventArgs는 ReadingEntity 및 WritingEntity 이벤트와 함께 사용됩니다.
상속 계층
System.Object
System.EventArgs
System.Data.Services.Client.ReadingWritingEntityEventArgs
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public NotInheritable Class ReadingWritingEntityEventArgs _
Inherits EventArgs
‘사용 방법
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
ReadingWritingEntityEventArgs 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
BaseUri | 항목 또는 피드의 기본 URI를 가져옵니다. |
![]() |
Data | XElement 로 표현되는 항목 또는 피드 데이터를 가져옵니다. |
![]() |
Entity | Data 속성에서 반환된 데이터의 개체 표현을 가져옵니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
ReadingWritingEntityEventArgs는 ReadingEntity 및 WritingEntity 이벤트와 함께 사용됩니다.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.