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: 6.0.0.0 (6.0.6225.27214)
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