|
ShopPlatform.Web 1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
|

Public 멤버 함수 | |
| Task< ShopConfig?> | GetAsync (string slug) |
| Task< IReadOnlyList< ShopConfig > > | GetAllAsync () |
| Task | SaveAsync (ShopConfig config) |
| Task | DeleteAsync (string slug) |
| Task< bool > | ExistsAsync (string slug) |
I Shop Tenant Store 기능과 관련 상태를 캡슐화합니다.
IShopTenantStore.cs 파일의 13 번째 라인에서 정의되었습니다.
| Task ShopPlatform.Services.IShopTenantStore.DeleteAsync | ( | string | slug | ) |
삭제.
| slug | slug에 사용할 string 값입니다. |
Task 결과입니다.ShopPlatform.Services.JsonShopTenantStore에서 구현되었습니다.
| Task< bool > ShopPlatform.Services.IShopTenantStore.ExistsAsync | ( | string | slug | ) |
슬러그 사용 가능 여부.
| slug | slug에 사용할 string 값입니다. |
Task<bool> 결과입니다.ShopPlatform.Services.JsonShopTenantStore에서 구현되었습니다.
| Task< IReadOnlyList< ShopConfig > > ShopPlatform.Services.IShopTenantStore.GetAllAsync | ( | ) |
샵 목록 (슈퍼어드민용).
Task<IReadOnlyList<ShopConfig>> 결과입니다.ShopPlatform.Services.JsonShopTenantStore에서 구현되었습니다.
| Task< ShopConfig?> ShopPlatform.Services.IShopTenantStore.GetAsync | ( | string | slug | ) |
슬러그로 샵 설정 로드. 없으면 null.
| slug | slug에 사용할 string 값입니다. |
Task<ShopConfig?> 결과입니다.ShopPlatform.Services.JsonShopTenantStore에서 구현되었습니다.
다음에 의해서 참조됨 : ShopPlatform.Middleware.OgBotMiddleware.InvokeAsync(), ShopPlatform.Middleware.TenantMiddleware.InvokeAsync(), MapGet(), ShopPlatform.Data.ShopSeeder.SeedCodemaruAsync().

| Task ShopPlatform.Services.IShopTenantStore.SaveAsync | ( | ShopConfig | config | ) |
저장 (생성 + 수정 모두).
| config | config에 사용할 ShopConfig 값입니다. |
Task 결과입니다.ShopPlatform.Services.JsonShopTenantStore에서 구현되었습니다.
다음에 의해서 참조됨 : ShopPlatform.Data.ShopSeeder.SeedCodemaruAsync().
