共用方式為


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 命名空間