Bexel Manager API Documentation
Bexel.Api.ElementRelation Class Reference

Represents a single relation between a relating (from) and related (to) Bexel.Api.Element. More...

Public Member Functions

ElementRelation GetInverse ()
 Retrieves the inverse of the relation. More...
 

Properties

ElementRelationType Type [get]
 Returns the type of the relation. More...
 
Element RelatingElement [get]
 Returns the element from which the relation begins. More...
 
Element RelatedElement [get]
 Returns the element to which the relation ends. More...
 
string OriginalRelationTypeName [get]
 Returns the original relation type name obtained from the authoring tool. More...
 

Detailed Description

Represents a single relation between a relating (from) and related (to) Bexel.Api.Element.

Member Function Documentation

◆ GetInverse()

ElementRelation Bexel.Api.ElementRelation.GetInverse ( )

Retrieves the inverse of the relation.

Returns
The inverse of the relation, null if no such relation exists.

Property Documentation

◆ OriginalRelationTypeName

string Bexel.Api.ElementRelation.OriginalRelationTypeName
get

Returns the original relation type name obtained from the authoring tool.

◆ RelatedElement

Element Bexel.Api.ElementRelation.RelatedElement
get

Returns the element to which the relation ends.

◆ RelatingElement

Element Bexel.Api.ElementRelation.RelatingElement
get

Returns the element from which the relation begins.

◆ Type

ElementRelationType Bexel.Api.ElementRelation.Type
get

Returns the type of the relation.