Click or drag to resize

DataObjectAuditLogConverter Constructor

Initializes a new instance of the DataObjectAuditLogConverter class

Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DataObjectAuditLogConverter(
	IRuleEvaluator ruleEvaluator,
	IDataClassRepository dataClassRepository,
	IDataObjectApiService dataObjectApiService,
	IDataProtector dataProtector
)

Parameters

ruleEvaluator  IRuleEvaluator
 
dataClassRepository  IDataClassRepository
 
dataObjectApiService  IDataObjectApiService
 
dataProtector  IDataProtector
 
See Also