C# Class Core.Forms.Verbs.FormsAnswersAdminVerb

Inheritance: IActionVerb
Exibir arquivo Open project: coreframework/Core-Framework

Public Methods

Method Description
IsAllowed ( ICorePrincipal user ) : bool

Determines whether the specified user is allowed to manage forms.

Method Details

IsAllowed() public method

Determines whether the specified user is allowed to manage forms.
public IsAllowed ( ICorePrincipal user ) : bool
user ICorePrincipal The user.
return bool