C# 클래스 Frapid.Authorization.DAL.Menus

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
GetGroupPolicyAsync ( string tenant, int officeId, int roleId ) : Task
GetMenusAsync ( string tenant ) : Task>
GetPolicyAsync ( string tenant, int officeId, int userId ) : Task>
SaveGroupPolicyAsync ( string tenant, int officeId, int roleId, int menuIds ) : System.Threading.Tasks.Task
SavePolicyAsync ( string tenant, int officeId, int userId, int allowed, int disallowed ) : System.Threading.Tasks.Task

메소드 상세

GetGroupPolicyAsync() 공개 정적인 메소드

public static GetGroupPolicyAsync ( string tenant, int officeId, int roleId ) : Task
tenant string
officeId int
roleId int
리턴 Task

GetMenusAsync() 공개 정적인 메소드

public static GetMenusAsync ( string tenant ) : Task>
tenant string
리턴 Task>

GetPolicyAsync() 공개 정적인 메소드

public static GetPolicyAsync ( string tenant, int officeId, int userId ) : Task>
tenant string
officeId int
userId int
리턴 Task>

SaveGroupPolicyAsync() 공개 정적인 메소드

public static SaveGroupPolicyAsync ( string tenant, int officeId, int roleId, int menuIds ) : System.Threading.Tasks.Task
tenant string
officeId int
roleId int
menuIds int
리턴 System.Threading.Tasks.Task

SavePolicyAsync() 공개 정적인 메소드

public static SavePolicyAsync ( string tenant, int officeId, int userId, int allowed, int disallowed ) : System.Threading.Tasks.Task
tenant string
officeId int
userId int
allowed int
disallowed int
리턴 System.Threading.Tasks.Task