C# 클래스 MonkeyWrench.DataClasses.Logic.WebServiceResponse

파일 보기 프로젝트 열기: rolfbjarne/monkeywrench 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UserRoles string[]

공개 메소드들

메소드 설명
IsInRole ( string role ) : bool

Checks if a user in in a specific role

메소드 상세

IsInRole() 공개 메소드

Checks if a user in in a specific role
public IsInRole ( string role ) : bool
role string
리턴 bool

프로퍼티 상세

UserRoles 공개적으로 프로퍼티

The role the logged in user has. May be null if the user has no roles.
public string[] UserRoles
리턴 string[]