C# Class Framework.Implement.AuthorityImpl

Inheritance: Framework.Service.BaseService, Framework.Service.AuthorityService
ファイルを表示 Open project: callme119/civil

Public Methods

Method Description
AuthorityImpl ( )
GetContentModule ( ) : System.Collections.ArrayList
GetModuleByPid ( int pid, int position ) : System.Collections.ArrayList
GetRootModule ( int position ) : System.Collections.ArrayList

Method Details

AuthorityImpl() public method

public AuthorityImpl ( )

GetContentModule() public method

public GetContentModule ( ) : System.Collections.ArrayList
return System.Collections.ArrayList

GetModuleByPid() public method

public GetModuleByPid ( int pid, int position ) : System.Collections.ArrayList
pid int
position int
return System.Collections.ArrayList

GetRootModule() public method

public GetRootModule ( int position ) : System.Collections.ArrayList
position int
return System.Collections.ArrayList