IEdmAssociationSetEnd Interface

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

Represents one of the ends of an EDM association set.

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

Syntax

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

The IEdmAssociationSetEnd type exposes the following members.

Properties

  Name Description
Public property EntitySet Gets the entity set this association set end corresponds to.
Public property ImmediateAnnotations Gets the annotations associated with this element. (Inherited from IEdmAnnotatable.)
Public property Role Gets the association end that describes the role of this association set end.

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 (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 VocabularyAnnotations (Defined by ExtensionMethods.)

Top

See Also

Reference

Microsoft.Data.Edm Namespace