C# 클래스 EasyTeach.Core.Services.UserManagement.Impl.AuthGroupServiceWrapper

상속: IGroupService
파일 보기 프로젝트 열기: WadeOne/EasyTeach 1 사용 예제들

공개 메소드들

메소드 설명
AuthGroupServiceWrapper ( IGroupService groupService, ClaimsPrincipal principal, EntityValidator entityValidator, int>.IUserStore userStore, System.Security.Claims.ClaimsAuthorizationManager authorizationManager ) : System
CreateGroupAsync ( IGroupModel groupModel ) : System.Threading.Tasks.Task
DeleteGroupAsync ( int groupId ) : System.Threading.Tasks.Task
GetAll ( ) : IQueryable
UpdateGroupAsync ( IGroupModel groupModel ) : System.Threading.Tasks.Task

메소드 상세

AuthGroupServiceWrapper() 공개 메소드

public AuthGroupServiceWrapper ( IGroupService groupService, ClaimsPrincipal principal, EntityValidator entityValidator, int>.IUserStore userStore, System.Security.Claims.ClaimsAuthorizationManager authorizationManager ) : System
groupService IGroupService
principal System.Security.Claims.ClaimsPrincipal
entityValidator EntityValidator
userStore int>.IUserStore
authorizationManager System.Security.Claims.ClaimsAuthorizationManager
리턴 System

CreateGroupAsync() 공개 메소드

public CreateGroupAsync ( IGroupModel groupModel ) : System.Threading.Tasks.Task
groupModel IGroupModel
리턴 System.Threading.Tasks.Task

DeleteGroupAsync() 공개 메소드

public DeleteGroupAsync ( int groupId ) : System.Threading.Tasks.Task
groupId int
리턴 System.Threading.Tasks.Task

GetAll() 공개 메소드

public GetAll ( ) : IQueryable
리턴 IQueryable

UpdateGroupAsync() 공개 메소드

public UpdateGroupAsync ( IGroupModel groupModel ) : System.Threading.Tasks.Task
groupModel IGroupModel
리턴 System.Threading.Tasks.Task