Click or drag to resize

DataObjectAuditLogConverterAccept Method

[Missing <summary> documentation for "M:Casewhere.Runtime.AuditLogs.DataObjectAuditLogConverter.Accept(Casewhere.Models.AuditLog)"]

Namespace:  Casewhere.Runtime.AuditLogs
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public bool Accept(
	AuditLog log
)

Parameters

log
Type: AuditLog

[Missing <param name="log"/> documentation for "M:Casewhere.Runtime.AuditLogs.DataObjectAuditLogConverter.Accept(Casewhere.Models.AuditLog)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Casewhere.Runtime.AuditLogs.DataObjectAuditLogConverter.Accept(Casewhere.Models.AuditLog)"]

Implements

IAuditLogConverterAccept(AuditLog)
See Also