C# 클래스 Framework.Implement.AuthorityImpl

상속: Framework.Service.BaseService, Framework.Service.AuthorityService
파일 보기 프로젝트 열기: callme119/civil

공개 메소드들

메소드 설명
AuthorityImpl ( )
GetContentModule ( ) : System.Collections.ArrayList
GetModuleByPid ( int pid, int position ) : System.Collections.ArrayList
GetRootModule ( int position ) : System.Collections.ArrayList

메소드 상세

AuthorityImpl() 공개 메소드

public AuthorityImpl ( )

GetContentModule() 공개 메소드

public GetContentModule ( ) : System.Collections.ArrayList
리턴 System.Collections.ArrayList

GetModuleByPid() 공개 메소드

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

GetRootModule() 공개 메소드

public GetRootModule ( int position ) : System.Collections.ArrayList
position int
리턴 System.Collections.ArrayList