|
ShopPlatform.Web 1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
|
Public 멤버 함수 | |
| ShopUserContext (AuthenticationStateProvider authenticationStateProvider) | |
| async Task< ShopCurrentUser > | GetCurrentAsync () |
Private 속성 | |
| readonly AuthenticationStateProvider | _authenticationStateProvider |
Shop User Context 기능과 관련 상태를 캡슐화합니다.
ShopUserContext.cs 파일의 50 번째 라인에서 정의되었습니다.
|
inline |
지정한 설정으로 ShopUserContext 클래스의 새 인스턴스를 초기화합니다.
| authenticationStateProvider | authentication State Provider에 사용할 AuthenticationStateProvider 값입니다. |
ShopUserContext.cs 파일의 78 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider.
|
inline |
Current Async 값을 가져옵니다.
Task<ShopCurrentUser> 결과입니다.ShopUserContext.cs 파일의 99 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider, ShopPlatform.Services.ShopCurrentUser().

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