C# Класс Core.Web.NHibernate.Models.User

Наследование: Core.Framework.Permissions.Models.BaseUser, IPermissible
Показать файл Открыть проект

Открытые методы

Метод Описание
IsInRole ( String role ) : bool

Determines whether the current principal belongs to the specified role.

Описание методов

IsInRole() публичный Метод

Determines whether the current principal belongs to the specified role.
public IsInRole ( String role ) : bool
role String The name of the role for which to check membership.
Результат bool