Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Perpetuality
GamePrincipal
C# Class Perpetuality.GamePrincipal
Inheritance:
IPrincipal
显示文件
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