다음을 통해 공유


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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.Data.OData.Metadata 네임스페이스