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 | |
---|---|---|
Element | Gets the element. | |
FromElement | Gets the relating element. (Inherited from IModelRelationship.) | |
Model | Gets the model reference. (Inherited from IModelEntity.) | |
RelationshipClass | Gets the metadata class. (Inherited from IModelRelationship.) |
Top
Methods
Name | Description | |
---|---|---|
GetReferencedElements | Returns the related elements. (Inherited from IModelRelationship.) | |
GetReferencedRelationshipEntries | Returns the related relationship entries. (Inherited from IModelRelationship.) |
Top