Click or drag to resize

DataObjectAuditLogConverterGetEnumText Method

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


Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
protected BsonValue GetEnumText(
	BsonValue value,
	EnumAttribute enumAttribute
)

Parameters

value  BsonValue
 
enumAttribute  EnumAttribute
 

Return Value

BsonValue

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

See Also