Click or drag to resize

TraceHelper.TraceActionDenied Method

Traces the action failure, if any, to the info level tracer of ORMPersistenceExecution.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static void TraceActionDenied(
	bool authorizerAllowed,
	bool persistenceActionsAllowed,
	string entityTypeName,
	string actionDescription,
	string persistenceAction,
	string category
)

Parameters

authorizerAllowed
Type: System.Boolean
if set to true, the authorizer allowed the action.
persistenceActionsAllowed
Type: System.Boolean
if set to true the persistence actions defined allow the action.
entityTypeName
Type: System.String
Name of the entity type.
actionDescription
Type: System.String
The action description.
persistenceAction
Type: System.String
The persistence action.
category
Type: System.String
The category.
See Also