Click or drag to resize

DataObjectAuditLogConverterGetForeignKeyValue Method

[Missing <summary> documentation for "M:Casewhere.Runtime.AuditLogs.DataObjectAuditLogConverter.GetForeignKeyValue(Casewhere.Models.ForeignKeyAttribute,MongoDB.Bson.BsonValue)"]


Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
protected BsonValue GetForeignKeyValue(
	ForeignKeyAttribute foreignKey,
	BsonValue value
)

Parameters

foreignKey  ForeignKeyAttribute
 
value  BsonValue
 

Return Value

BsonValue

[Missing <returns> documentation for "M:Casewhere.Runtime.AuditLogs.DataObjectAuditLogConverter.GetForeignKeyValue(Casewhere.Models.ForeignKeyAttribute,MongoDB.Bson.BsonValue)"]

See Also