TraceHelperTraceActionDenied 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.6.0.0 (5.6.19.0117)
Syntaxpublic static void TraceActionDenied(
	bool authorizerAllowed,
	bool persistenceActionsAllowed,
	string entityTypeName,
	string actionDescription,
	string persistenceAction,
	string category
)
Public Shared Sub TraceActionDenied ( 
	authorizerAllowed As Boolean,
	persistenceActionsAllowed As Boolean,
	entityTypeName As String,
	actionDescription As String,
	persistenceAction As String,
	category As String
)
Parameters
- authorizerAllowed
 - Type: SystemBoolean
if set to true, the authorizer allowed the action. - persistenceActionsAllowed
 - Type: SystemBoolean
if set to true the persistence actions defined allow the action. - entityTypeName
 - Type: SystemString
Name of the entity type. - actionDescription
 - Type: SystemString
The action description. - persistenceAction
 - Type: SystemString
The persistence action. - category
 - Type: SystemString
The category. 
See Also