Click or drag to resize
AuditorBaseAuditDereferenceOfRelatedEntity Method
Audits the successful dereference of related entity from the entity passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual void AuditDereferenceOfRelatedEntity(
	IEntityCore entity,
	IEntityCore relatedEntity,
	string mappedFieldName
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity of which the related entity was dereferenced from.
relatedEntity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The related entity which was dereferenced from entity
mappedFieldName
Type: SystemString
Name of the mapped field onto the relation from entity to related entity for which the related entity was dereferenced.

Implements

IAuditorAuditDereferenceOfRelatedEntity(IEntityCore, IEntityCore, String)
See Also