Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MonkeyWrench
DataClasses
Logic
WebServiceResponse
C# Class MonkeyWrench.DataClasses.Logic.WebServiceResponse
Exibir arquivo
Open project: rolfbjarne/monkeywrench
Class Usage Examples
Public Properties
Property
Type
Description
UserRoles
string[]
Public Methods
Method
Description
IsInRole
(
string
role
) :
bool
Checks if a user in in a specific role
Method Details
IsInRole()
public
method
Checks if a user in in a specific role
public
IsInRole
(
string
role
) :
bool
role
string
return
bool
Property Details
UserRoles
public_oe property
The role the logged in user has. May be null if the user has no roles.
public
string[]
UserRoles
return
string[]