Skip to main content
.NET 6.0+

IDCIntermediateObject Properties

Declares members of the class that can be a base for intermediate classes defining many-to-many associations between Domain Components.
Name Description
LeftObject Gets the left object of the association.
LeftObjectType Gets the type of the IDCIntermediateObject.LeftObject.
RightObject Gets the right object of the association.
RightObjectType Gets the type of the IDCIntermediateObject.RightObject.
See Also