Click or drag to resize

IAuditTrailBaseTryGetAuditTrailReverse Method

Tries to get the Traceable connected by a Audit Trail relationship in Reverse direction.

Namespace:  PDTec.IceNet.Domain.AuditTrail.BusinessObjects
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool TryGetAuditTrailReverse(
	out ITraceable pItem
)

Parameters

pItem
Type: PDTec.IceNet.Domain.AuditTrail.BusinessObjectsITraceable
The Traceable.

Return Value

Type: Boolean
true if a Traceable referenced by a Audit Trail relationship in Reverse direction was found; otherwise, false.
See Also