C# Class com.Sconit.Web.UserRoleMgrProxy

显示文件 Open project: Novthirteen/yfkey-scms

Private Properties

Property Type Description

Public Methods

Method Description
GetRolesByUserCode ( string code ) : IList
GetRolesNotInUser ( string code ) : IList
GetUsersByRoleCode ( string code ) : IList
GetUsersNotInRole ( string code ) : IList
UserRoleMgrProxy ( ) : System

Method Details

GetRolesByUserCode() public method

public GetRolesByUserCode ( string code ) : IList
code string
return IList

GetRolesNotInUser() public method

public GetRolesNotInUser ( string code ) : IList
code string
return IList

GetUsersByRoleCode() public method

public GetUsersByRoleCode ( string code ) : IList
code string
return IList

GetUsersNotInRole() public method

public GetUsersNotInRole ( string code ) : IList
code string
return IList

UserRoleMgrProxy() public method

public UserRoleMgrProxy ( ) : System
return System