Click or drag to resize

RelDirection Enumeration

Direction of a relationship path from an object's perspective.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum RelDirection
Members
  Member nameValueDescription
Forward0 Describes relationships that start from the context object and lead to another object.
Reverse1 Describes relationships that lead to the context object.
See Also