WeddingThankYou 1.0.0.0
결혼식 이후 감사 인사와 사진, 계좌 안내, 연락처를 모바일 페이지로 전달하는 감사장 서비스입니다.
로딩중...
검색중...
일치하는것 없음
WeddingThankYou.Services 네임스페이스 참조

클래스

class  CsvGuestbookStorage
class  FileSystemMediaUsageQueryService
interface  IGlobalSettingsStore
interface  IGuestbookStorage
interface  IImageOptimizationService
class  ImageOptimizationResult
interface  IMediaMigrationService
interface  IMediaQuotaPolicyResolver
interface  IMediaUsageQueryService
interface  IPhotoService
interface  ISuperAdminSessionTokenService
interface  ITenantStore
class  JsonGlobalSettingsStore
class  JsonMediaMigrationService
class  JsonTenantStore
class  LocalPhotoService
class  MediaQuotaPolicyResolver
class  SuperAdminSessionTokenService
class  SystemDrawingImageOptimizationService
class  ThankYouUserContext
class  WeddingOptions

함수

record ThankYouCurrentUser (string Id, string Provider, string Email, string DisplayName)

함수 문서화

◆ ThankYouCurrentUser()

record WeddingThankYou.Services.ThankYouCurrentUser ( string Id,
string Provider,
string Email,
string DisplayName )
sealed

Thank You Current User 기능과 관련 상태를 캡슐화합니다.

Is Authenticated 값을 가져옵니다.

Anonymous 값을 가져옵니다.

ThankYouUserContext.cs 파일의 15 번째 라인에서 정의되었습니다.

20{
29 public bool IsAuthenticated => !string.IsNullOrWhiteSpace(Id);
30
39 public static ThankYouCurrentUser Anonymous { get; } = new("", "", "", "");
40}
record ThankYouCurrentUser(string Id, string Provider, string Email, string DisplayName)

다음을 참조함 : ThankYouCurrentUser().

다음에 의해서 참조됨 : WeddingThankYou.ViewModels.AdminViewModel.EnsureAdminUser(), WeddingThankYou.Services.ThankYouUserContext.GetCurrentAsync(), WeddingThankYou.ViewModels.AdminViewModel.IsAdminUser(), WeddingThankYou.ViewModels.AdminViewModel.IsOwnerUser(), ThankYouCurrentUser().

이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.: