C# Class com.Sconit.Web.UserRoleMgrProxy

Afficher le fichier Open project: Novthirteen/yfkey-scms

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetRolesByUserCode ( string code ) : IList
GetRolesNotInUser ( string code ) : IList
GetUsersByRoleCode ( string code ) : IList
GetUsersNotInRole ( string code ) : IList
UserRoleMgrProxy ( ) : System

Method Details

GetRolesByUserCode() public méthode

public GetRolesByUserCode ( string code ) : IList
code string
Résultat IList

GetRolesNotInUser() public méthode

public GetRolesNotInUser ( string code ) : IList
code string
Résultat IList

GetUsersByRoleCode() public méthode

public GetUsersByRoleCode ( string code ) : IList
code string
Résultat IList

GetUsersNotInRole() public méthode

public GetUsersNotInRole ( string code ) : IList
code string
Résultat IList

UserRoleMgrProxy() public méthode

public UserRoleMgrProxy ( ) : System
Résultat System