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
Syntaxpublic TReferencedObject Follow(
DomainObject referencingObject
)
Public Function Follow (
referencingObject As DomainObject
) As TReferencedObject
public:
TReferencedObject Follow(
DomainObject^ referencingObject
)
member Follow :
referencingObject : DomainObject -> 'TReferencedObject
Parameters
- referencingObject
- Type: Aloe.SystemFrameworks.DomainDomainObject
The referencing object
Return Value
Type:
TReferencedObjectThe referenced object
See Also