Freigeben über


ODataEntityPropertyMappingCollection-Klasse

Stellt ein aufzählbares Element von EntityPropertyMappingAttribute dar, dem neue Elemente hinzugefügt werden können.

Vererbungshierarchie

System.Object
  Microsoft.Data.OData.Metadata.ODataEntityPropertyMappingCollection

Namespace:  Microsoft.Data.OData.Metadata
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public NotInheritable Class ODataEntityPropertyMappingCollection _
    Implements IEnumerable(Of EntityPropertyMappingAttribute), IEnumerable
'Usage
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

Der ODataEntityPropertyMappingCollection-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ODataEntityPropertyMappingCollection() Erstellt eine neue Instanz der ODataEntityPropertyMappingCollection-Klasse.
Öffentliche Methode ODataEntityPropertyMappingCollection(IEnumerable<EntityPropertyMappingAttribute>) Erstellt eine neue Instanz der ODataEntityPropertyMappingCollection-Klasse.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Fügt der Liste aller durch diese Klasse dargestellten Zuordnungen die Zuordnung hinzu.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gibt einen Enumerator für die EntityPropertyMappingAttribute-Instanzen in dieser aufzählbaren Liste zurück.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator Gibt in diesem aufzählbaren Element einen nicht generischen Enumerator für die EntityPropertyMappingAttribute-Instanzen zurück.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.Data.OData.Metadata-Namespace