Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Perpetuality
GamePrincipal
C# Class Perpetuality.GamePrincipal
Inheritance:
IPrincipal
Mostra file
Open project: Jacco/Perpetuality
Public Methods
Method
Description
GamePrincipal
(
GameIdentity
identity
,
string
roles
= null ) :
System
IsInRole
(
string
role
) :
bool
Method Details
GamePrincipal()
public
method
public
GamePrincipal
(
GameIdentity
identity
,
string
roles
= null ) :
System
identity
GameIdentity
roles
string
return
System
IsInRole()
public
method
public
IsInRole
(
string
role
) :
bool
role
string
return
bool