C# 클래스 Core.Framework.NHibernate.Models.User

상속: Core.Framework.Permissions.Models.BaseUser, IPermissible
파일 보기 프로젝트 열기: coreframework/Core-Framework 1 사용 예제들

공개 메소드들

메소드 설명
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