ODataEntityReferenceLink 클래스
OData 엔터티 참조 링크를 나타냅니다.
상속 계층
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.ODataItem
Microsoft.Data.OData.ODataEntityReferenceLink
네임스페이스: Microsoft.Data.OData
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public NotInheritable Class ODataEntityReferenceLink _
Inherits ODataItem
‘사용 방법
Dim instance As ODataEntityReferenceLink
public sealed class ODataEntityReferenceLink : ODataItem
public ref class ODataEntityReferenceLink sealed : public ODataItem
[<SealedAttribute>]
type ODataEntityReferenceLink =
class
inherit ODataItem
end
public final class ODataEntityReferenceLink extends ODataItem
ODataEntityReferenceLink 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
ODataEntityReferenceLink | ODataEntityReferenceLink 클래스의 새 인스턴스를 만듭니다. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
Url | 참조된 엔터티의 URL을 나타내는 URI를 가져오거나 설정합니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetAnnotation<T> | 주석을 형식별로 가져오거나 설정합니다. (ODataAnnotatable에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
SetAnnotation<T> | T 형식의 주석을 설정합니다. (ODataAnnotatable에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.