IEdmAssociation Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a definition of an EDM association type.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Interface IEdmAssociation _
    Inherits IEdmSchemaElement, IEdmNamedElement, IEdmElement, IEdmAnnotatable
'Usage
Dim instance As IEdmAssociation
public interface IEdmAssociation : IEdmSchemaElement, 
    IEdmNamedElement, IEdmElement, IEdmAnnotatable
public interface class IEdmAssociation : IEdmSchemaElement, 
    IEdmNamedElement, IEdmElement, IEdmAnnotatable
type IEdmAssociation =  
    interface
        interface IEdmSchemaElement
        interface IEdmNamedElement
        interface IEdmElement
        interface IEdmAnnotatable
    end
public interface IEdmAssociation extends IEdmSchemaElement, IEdmNamedElement, IEdmElement, IEdmAnnotatable

The IEdmAssociation type exposes the following members.

Properties

  Name Description
Public property End1 Gets the first end of the association.
Public property End2 Gets the second end of the association.
Public property ImmediateAnnotations Gets the annotations associated with this element. (Inherited from IEdmAnnotatable.)
Public property Name Gets the name of this element. (Inherited from IEdmNamedElement.)
Public property Namespace Gets the namespace this schema element belongs to. (Inherited from IEdmSchemaElement.)
Public property ReferentialConstraint Gets the referential constraint of the association.
Public property SchemaElementKind Gets the kind of this schema element. (Inherited from IEdmSchemaElement.)

Top

Methods

  Name Description
Public method GetAnnotation Retrieves an annotation value from an EDM element. Returns null if no annotation with the given name exists. (Inherited from IEdmAnnotatable.)
Public method SetAnnotation Sets an annotation value in an EDM element. If the value is null, no annotation is added and an existing annotation with the same name is removed. (Inherited from IEdmAnnotatable.)

Top

Extension Methods

  Name Description
Public Extension Method Errors() () () () Overloaded. (Defined by ExtensionMethods.)
Public Extension Method Errors() () () () Overloaded. (Defined by ExtensionMethods.)
Public Extension Method FullName (Defined by ExtensionMethods.)
Public Extension Method GetAnnotation(EdmTermName) Overloaded. (Defined by ExtensionMethods.)
Public Extension Method GetAnnotation< (Of < <' (T> ) > > )() () () () Overloaded. (Defined by ExtensionMethods.)
Public Extension Method GetAnnotation< (Of < <' (T> ) > > )(EdmTermName) Overloaded. (Defined by ExtensionMethods.)
Public Extension Method GetAnnotation< (Of < <' (T> ) > > )(String, String) Overloaded. (Defined by ExtensionMethods.)
Public Extension Method GetDocumentation (Defined by ExtensionMethods.)
Public Extension Method IsBad() () () () Overloaded. (Defined by ExtensionMethods.)
Public Extension Method IsBad() () () () Overloaded. (Defined by ExtensionMethods.)
Public Extension Method Location (Defined by ExtensionMethods.)
Public Extension Method SetAnnotation(String, String, IEdmValue) Overloaded. Sets an annotation on the annotatable element. (Defined by ExtensionMethods.)
Public Extension Method SetAnnotation< (Of < <' (T> ) > > )(T) Overloaded. (Defined by ExtensionMethods.)
Public Extension Method SetAnnotation< (Of < <' (T> ) > > )(EdmTermName, T) Overloaded. (Defined by ExtensionMethods.)
Public Extension Method SetAnnotation< (Of < <' (T> ) > > )(String, String, T) Overloaded. (Defined by ExtensionMethods.)
Public Extension Method SetDocumentation (Defined by ExtensionMethods.)
Public Extension Method ToTraceString (Defined by ExtensionMethods.)
Public Extension Method VocabularyAnnotations (Defined by ExtensionMethods.)

Top

See Also

Reference

Microsoft.Data.Edm Namespace