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.1.0
Syntax
C#
public DataObjectAuditLogConverter(
	IRuleEvaluator ruleEvaluator,
	IDataClassRepository dataClassRepository,
	IDataObjectApiService dataObjectApiService,
	IDataProtector dataProtector
)

Parameters

ruleEvaluator
Type: IRuleEvaluator

[Missing <param name="ruleEvaluator"/> documentation for "M:Casewhere.Runtime.AuditLogs.DataObjectAuditLogConverter.#ctor(Casewhere.Runtime.Interfaces.IRuleEvaluator,Casewhere.Runtime.Repositories.DataClasses.IDataClassRepository,Casewhere.Runtime.Api.IDataObjectApiService,Casewhere.DataProtection.IDataProtector)"]

dataClassRepository
Type: IDataClassRepository

[Missing <param name="dataClassRepository"/> documentation for "M:Casewhere.Runtime.AuditLogs.DataObjectAuditLogConverter.#ctor(Casewhere.Runtime.Interfaces.IRuleEvaluator,Casewhere.Runtime.Repositories.DataClasses.IDataClassRepository,Casewhere.Runtime.Api.IDataObjectApiService,Casewhere.DataProtection.IDataProtector)"]

dataObjectApiService
Type: IDataObjectApiService

[Missing <param name="dataObjectApiService"/> documentation for "M:Casewhere.Runtime.AuditLogs.DataObjectAuditLogConverter.#ctor(Casewhere.Runtime.Interfaces.IRuleEvaluator,Casewhere.Runtime.Repositories.DataClasses.IDataClassRepository,Casewhere.Runtime.Api.IDataObjectApiService,Casewhere.DataProtection.IDataProtector)"]

dataProtector
Type: IDataProtector

[Missing <param name="dataProtector"/> documentation for "M:Casewhere.Runtime.AuditLogs.DataObjectAuditLogConverter.#ctor(Casewhere.Runtime.Interfaces.IRuleEvaluator,Casewhere.Runtime.Repositories.DataClasses.IDataClassRepository,Casewhere.Runtime.Api.IDataObjectApiService,Casewhere.DataProtection.IDataProtector)"]

See Also