FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBAuditLogProvider..::..isAuditRequired Method

Determines whether [is audit required] [the specified message].

Namespace:  FlowWright.cDevErrorProvider
Assembly:  cDevErrorProvider (in cDevErrorProvider.dll)

Syntax


public bool isAuditRequired(
	string message,
	string oldValue,
	string newValue
)
Public Function isAuditRequired ( _
	message As String, _
	oldValue As String, _
	newValue As String _
) As Boolean
public:
bool^ isAuditRequired(
	String^ message, 
	String^ oldValue, 
	String^ newValue
)

Parameters

message
Type: String
The message.
oldValue
Type: String
The old value.
newValue
Type: String
The new value.

Return Value

true if [is audit required] [the specified message]; otherwise, false.