C# Класс Core.Framework.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