|
WeddingThankYou 1.0.0.0
결혼식 이후 감사 인사와 사진, 계좌 안내, 연락처를 모바일 페이지로 전달하는 감사장 서비스입니다.
|
Public 멤버 함수 | |
| ThankYouUserContext (AuthenticationStateProvider authenticationStateProvider) | |
| async Task< ThankYouCurrentUser > | GetCurrentAsync () |
Private 속성 | |
| readonly AuthenticationStateProvider | _authenticationStateProvider |
Thank You User Context 기능과 관련 상태를 캡슐화합니다.
ThankYouUserContext.cs 파일의 50 번째 라인에서 정의되었습니다.
|
inline |
지정한 설정으로 ThankYouUserContext 클래스의 새 인스턴스를 초기화합니다.
| authenticationStateProvider | authentication State Provider에 사용할 AuthenticationStateProvider 값입니다. |
ThankYouUserContext.cs 파일의 78 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider.
|
inline |
Current Async 값을 가져옵니다.
Task<ThankYouCurrentUser> 결과입니다.ThankYouUserContext.cs 파일의 99 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider, WeddingThankYou.Services.ThankYouCurrentUser().

|
private |
authentication State Provider 값을 보관합니다.
ThankYouUserContext.cs 파일의 60 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetCurrentAsync(), ThankYouUserContext().