Click or drag to resize

ObjectReferenceTReferencedObjectFollow Method

Follows the reference and returns the strongly typed referenced object

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public TReferencedObject Follow(
	DomainObject referencingObject
)

Parameters

referencingObject
Type: Aloe.SystemFrameworks.DomainDomainObject
The referencing object

Return Value

Type: TReferencedObject
The referenced object
See Also