次の方法で共有


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 インスタンスの非ジェネリック列挙子を返します。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.Data.OData.Metadata 名前空間