IModelReverseSingleRelationship Interface

Represents the reverse single relationship.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Interface IModelReverseSingleRelationship _
    Inherits IModelRelationship, IModelEntity
public interface IModelReverseSingleRelationship : IModelRelationship, 
    IModelEntity
public interface class IModelReverseSingleRelationship : IModelRelationship, 
    IModelEntity
type IModelReverseSingleRelationship =  
    interface
        interface IModelRelationship
        interface IModelEntity
    end
public interface IModelReverseSingleRelationship extends IModelRelationship, IModelEntity

The IModelReverseSingleRelationship type exposes the following members.

Properties

  Name Description
Public property Element Gets the element.
Public property FromElement Gets the relating element. (Inherited from IModelRelationship.)
Public property Model Gets the model reference. (Inherited from IModelEntity.)
Public property RelationshipClass Gets the metadata class. (Inherited from IModelRelationship.)

Top

Methods

  Name Description
Public method GetReferencedElements Returns the related elements. (Inherited from IModelRelationship.)
Public method GetReferencedRelationshipEntries Returns the related relationship entries. (Inherited from IModelRelationship.)

Top

See Also

Reference

Microsoft.Data.Schema.SchemaModel Namespace