Click or drag to resize

AuditLogListConverterConvert 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.1.0
Syntax
C#
public IList<DataAuditLog> Convert(
	IList<AuditLog> auditLogs
)

Parameters

auditLogs
Type: System.Collections.GenericIListAuditLog

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

Return Value

Type: IListDataAuditLog

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

Implements

IAuditLogListConverterConvert(IListAuditLog)
See Also