|
WeddingPlatform.Web 1.0.0.0
지도, 갤러리, 방명록, 계좌 안내와 배경음악을 링크 하나에 담는 무료 모바일 청첩장 서비스입니다.
|
Public 멤버 함수 | |
| WeddingUserContext (AuthenticationStateProvider authenticationStateProvider) | |
| async Task< WeddingCurrentUser > | GetCurrentAsync () |
Private 속성 | |
| readonly AuthenticationStateProvider | _authenticationStateProvider |
Wedding User Context 기능과 관련 상태를 캡슐화합니다.
WeddingUserContext.cs 파일의 50 번째 라인에서 정의되었습니다.
|
inline |
지정한 설정으로 WeddingUserContext 클래스의 새 인스턴스를 초기화합니다.
| authenticationStateProvider | authentication State Provider에 사용할 AuthenticationStateProvider 값입니다. |
WeddingUserContext.cs 파일의 78 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider.
|
inline |
Current Async 값을 가져옵니다.
Task<WeddingCurrentUser> 결과입니다.WeddingUserContext.cs 파일의 99 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider, WeddingPlatform.Services.WeddingCurrentUser().

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