Click or drag to resize

IAuditLogListConverterConvert Method

[Missing <summary> documentation for "M:Casewhere.Runtime.AuditLogs.IAuditLogListConverter.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#
IList<DataAuditLog> Convert(
	IList<AuditLog> auditLogs
)

Parameters

auditLogs
Type: System.Collections.GenericIListAuditLog

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

Return Value

Type: IListDataAuditLog

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

See Also