Create a Audit information entity.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected IAuditInfoEntity CreateAuditInfoEntity(
	IEntityCore entity,
	AuditType auditType
)
Visual Basic
Protected Function CreateAuditInfoEntity ( 
	entity As IEntityCore,
	auditType As AuditType
) As IAuditInfoEntity
Visual C++
protected:
IAuditInfoEntity^ CreateAuditInfoEntity(
	IEntityCore^ entity, 
	AuditType auditType
)
F#
member CreateAuditInfoEntity : 
        entity : IEntityCore * 
        auditType : AuditType -> IAuditInfoEntity 

Parameters

entity
Type: IEntityCore
Original entity
auditType
Type: MonoSoftware.LLBLGen..::..AuditType
Audit type

Return Value

Type: IAuditInfoEntity
IAuditInfoEntity

See Also