Click or drag to resize

AuditLogListConverter Constructor

Initializes a new instance of the AuditLogListConverter class

Namespace:  Casewhere.Runtime.AuditLogs
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public AuditLogListConverter(
	IEnumerable<IAuditLogConverter> auditLogConverters
)

Parameters

auditLogConverters
Type: System.Collections.GenericIEnumerableIAuditLogConverter

[Missing <param name="auditLogConverters"/> documentation for "M:Casewhere.Runtime.AuditLogs.AuditLogListConverter.#ctor(System.Collections.Generic.IEnumerable{Casewhere.Runtime.AuditLogs.IAuditLogConverter})"]

See Also