ODataEntityPropertyMappingCollection 클래스
새 항목을 추가할 수 있는 EntityPropertyMappingAttribute의 열거를 나타냅니다.
상속 계층
System.Object
Microsoft.Data.OData.Metadata.ODataEntityPropertyMappingCollection
네임스페이스: Microsoft.Data.OData.Metadata
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public NotInheritable Class ODataEntityPropertyMappingCollection _
Implements IEnumerable(Of EntityPropertyMappingAttribute), IEnumerable
‘사용 방법
Dim instance As ODataEntityPropertyMappingCollection
public sealed class ODataEntityPropertyMappingCollection : IEnumerable<EntityPropertyMappingAttribute>,
IEnumerable
public ref class ODataEntityPropertyMappingCollection sealed : IEnumerable<EntityPropertyMappingAttribute^>,
IEnumerable
[<SealedAttribute>]
type ODataEntityPropertyMappingCollection =
class
interface IEnumerable<EntityPropertyMappingAttribute>
interface IEnumerable
end
public final class ODataEntityPropertyMappingCollection implements IEnumerable<EntityPropertyMappingAttribute>, IEnumerable
ODataEntityPropertyMappingCollection 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
ODataEntityPropertyMappingCollection() | ODataEntityPropertyMappingCollection 클래스의 새 인스턴스를 만듭니다. |
![]() |
ODataEntityPropertyMappingCollection(IEnumerable<EntityPropertyMappingAttribute>) | ODataEntityPropertyMappingCollection 클래스의 새 인스턴스를 만듭니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Add | 이 클래스에서 나타내는 모든 매핑 목록에 매핑을 추가합니다. |
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetEnumerator | 이 열거형에서 EntityPropertyMappingAttribute 인스턴스에 대한 열거자를 반환합니다. |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | 이 열거형에서 EntityPropertyMappingAttribute 인스턴스에 대한 일반적이지 않은 열거자를 반환합니다. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.