Fork me on GitHubEpicdominant domains
APIEpic.OrganizationWorkingSessionBaseIsAllowed<(Of <<'(TRole>)>>)()()()()

IsAllowed<(Of <(<'TRole>)>)> Method
Determines whether the owner of the working session is allowed to achieve TRole.

Assembly: Epic.Core

Declaration Syntax
C#
protected abstract bool IsAllowed<TRole>()
where TRole : class
Generic Template Parameters
TRole
Role of interest.
Return Value
trueTruetrue if the owner of the working session is allowed to achieve the role; otherwise, falseFalsefalse.
blog comments powered by Disqus