Click or drag to resize

AuditLogListConverterConvert(IListAuditLog) Method

[Missing <summary> documentation for "M:Casewhere.Runtime.AuditLogs.AuditLogListConverter.Convert(System.Collections.Generic.IList{Casewhere.Models.AuditLog})"]


Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public IList<DataAuditLog> Convert(
	IList<AuditLog> auditLogs
)

Parameters

auditLogs  IListAuditLog
 

Return Value

IListDataAuditLog

[Missing <returns> documentation for "M:Casewhere.Runtime.AuditLogs.AuditLogListConverter.Convert(System.Collections.Generic.IList{Casewhere.Models.AuditLog})"]

Implements

IAuditLogListConverterConvert(IListAuditLog)
See Also