ShopPlatform.Web 1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
로딩중...
검색중...
일치하는것 없음
ShopPlatform.Services 네임스페이스 참조

클래스

class  CartService
interface  IShopTenantStore
class  JsonShopTenantStore
class  MarkdownHelper
class  OgImageGenerator
class  PaymentKeyProtector
class  ShopCustomerLoginSync
class  ShopCustomerProfileStore
class  ShopCustomerSession
class  ShopUserContext
class  TenantContext

함수

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

함수 문서화

◆ ShopCurrentUser()

record ShopPlatform.Services.ShopCurrentUser ( string Id,
string Provider,
string Email,
string DisplayName )
sealed

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

Is Authenticated 값을 가져옵니다.

Anonymous 값을 가져옵니다.

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

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

다음을 참조함 : ShopCurrentUser().

다음에 의해서 참조됨 : ShopPlatform.Services.ShopUserContext.GetCurrentAsync(), ShopPlatform.Services.ShopCustomerSession.LoginFromCommonUser(), ShopCurrentUser().

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