C# 클래스 EA.Iws.DataAccess.Security.NotificationApplicationAuthorization

상속: INotificationApplicationAuthorization
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
EnsureAccessAsync ( System.Guid notificationId ) : System.Threading.Tasks.Task
NotificationApplicationAuthorization ( IwsContext context, IUserContext userContext ) : System

비공개 메소드들

메소드 설명
CheckCompetentAuthority ( NotificationApplication notification ) : System.Threading.Tasks.Task
CheckUserId ( System.Guid notificationId, System.Guid notificationUserId ) : void
IsInternal ( ) : Task

메소드 상세

EnsureAccessAsync() 공개 메소드

public EnsureAccessAsync ( System.Guid notificationId ) : System.Threading.Tasks.Task
notificationId System.Guid
리턴 System.Threading.Tasks.Task

NotificationApplicationAuthorization() 공개 메소드

public NotificationApplicationAuthorization ( IwsContext context, IUserContext userContext ) : System
context IwsContext
userContext IUserContext
리턴 System