Condividi tramite


Classe EdmRelationshipNavigationPropertyAttribute

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Attributo che identifica le entità finali definiti per un elemento RelationshipSet. Proprietà AttributeUsage predefinite implicite Inherited=True, AllowMultiple=False, Il sistema di metadati si aspetta questo e farà riferimento solo al primo di questi attributi, anche se ce ne sono di più.

Gerarchia di ereditarietà

System.Object
  System.Attribute
    System.Data.Entity.Core.Objects.DataClasses.EdmPropertyAttribute
      System.Data.Entity.Core.Objects.DataClasses.EdmRelationshipNavigationPropertyAttribute

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class EdmRelationshipNavigationPropertyAttribute _
    Inherits EdmPropertyAttribute
'Utilizzo
Dim instance As EdmRelationshipNavigationPropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class EdmRelationshipNavigationPropertyAttribute : EdmPropertyAttribute
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class EdmRelationshipNavigationPropertyAttribute sealed : public EdmPropertyAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property)>]
type EdmRelationshipNavigationPropertyAttribute =  
    class 
        inherit EdmPropertyAttribute 
    end
public final class EdmRelationshipNavigationPropertyAttribute extends EdmPropertyAttribute

Il tipo EdmRelationshipNavigationPropertyAttribute espone i seguenti membri.

Costruttori

  rapporti Descrizione
Metodo pubblico EdmRelationshipNavigationPropertyAttribute Inizializza una nuova istanza della classe EdmRelationshipNavigationPropertyAttribute.

In alto

Proprietà

  rapporti Descrizione
Proprietà pubblica RelationshipName Ottiene il nome della relazione non qualificato.
Proprietà pubblica RelationshipNamespaceName Nome dello spazio dei nomi della proprietà di navigazione.
Proprietà pubblica TargetRoleName Ottiene il nome del ruolo nell'altra entità finale della relazione.
Proprietà pubblica TypeId (Ereditato da Attribute)

In alto

Metodi

  rapporti Descrizione
Metodo pubblico Equals (Ereditato da Attribute)
Metodo pubblico GetHashCode (Ereditato da Attribute)
Metodo pubblico GetType (Ereditato da Object)
Metodo pubblico IsDefaultAttribute (Ereditato da Attribute)
Metodo pubblico Match (Ereditato da Attribute)
Metodo pubblico ToString (Ereditato da Object)

In alto

Implementazioni esplicite dell'interfaccia

  rapporti Descrizione
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.GetIDsOfNames (Ereditato da Attribute)
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.GetTypeInfo (Ereditato da Attribute)
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.GetTypeInfoCount (Ereditato da Attribute)
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.Invoke (Ereditato da Attribute)

In alto

Thread safety

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses