Click or drag to resize

DataObjectReferencePathFragment Class

A fragment is responsible for the reference between a number of source objects and a number of target objects. The reference can either be from source to target or from target to source.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataObjectReferencePathFragment

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class DataObjectReferencePathFragment

The DataObjectReferencePathFragment type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Direction of the reference. A Forward reference is from source to target. A Backwards reference is from target to source.
Public propertyFilters
Filters are applied to the target objects.
Public propertyIsVirtualProperty
Is the fragment property a virtual reference property?
Public propertyProperty
System name of reference property or a virtual reference property. Certain reference fixed fields are also supported: TARGET, PROCESS, TREECHILDREN, TREEPARENT. The reference between the source and target objects is via this property.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also