C# Class SenseNet.ContentRepository.Security.PortalPrincipal

Inheritance: IPrincipal
ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
IsInRole ( string role ) : bool
PortalPrincipal ( IUser user ) : System

Method Details

IsInRole() public method

public IsInRole ( string role ) : bool
role string
return bool

PortalPrincipal() public method

public PortalPrincipal ( IUser user ) : System
user IUser
return System