Click or drag to resize

DataSourceAuditLogConverter Constructor

Initializes a new instance of the DataSourceAuditLogConverter class

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

Parameters

ruleEvaluator  IRuleEvaluator
 
dataSourceRepository  IDataSourceRepository
 
dataProtector  IDataProtector
 
dataClassRepository  IDataClassRepository
 
dataObjectApiService  IDataObjectApiService
 
See Also