GenericInstanceFilterRelationshipStep Interface
Describes single step between source class and target class.
Properties
Name | Type | Description | |
---|---|---|---|
isForwardRelationship | boolean | A flag that describes if this step follows relationship class in forward or backward direction. | |
relationshipClassName | string | Full class name of the relationship class that should be used to move from source to target, e.g. | |
sourceClassName | string | Full class name of the source class, e.g. | |
targetClassName | string | Full class name of the target class, e.g. |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.