|
Families.Web 1.0.0.0
사진, 동영상, 글, 댓글과 반응을 가족끼리만 공유하는 비공개 앨범·타임라인 서비스입니다.
|
Public 멤버 함수 | |
| FamilyUserContext (AuthenticationStateProvider authenticationStateProvider) | |
| async Task< FamilyCurrentUser > | GetCurrentAsync () |
Private 속성 | |
| readonly AuthenticationStateProvider | _authenticationStateProvider |
Family User Context 기능과 관련 상태를 캡슐화합니다.
FamilyUserContext.cs 파일의 50 번째 라인에서 정의되었습니다.
|
inline |
지정한 설정으로 FamilyUserContext 클래스의 새 인스턴스를 초기화합니다.
| authenticationStateProvider | authentication State Provider에 사용할 AuthenticationStateProvider 값입니다. |
FamilyUserContext.cs 파일의 78 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider.
|
inline |
Current Async 값을 가져옵니다.
Task<FamilyCurrentUser> 결과입니다.FamilyUserContext.cs 파일의 99 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider, FamiliesApp.Services.FamilyCurrentUser().

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