|
WeddingPlatform.Web 1.0.0.0
지도, 갤러리, 방명록, 계좌 안내와 배경음악을 링크 하나에 담는 무료 모바일 청첩장 서비스입니다.
|

Public 멤버 함수 | |
| Task< TenantConfig?> | GetAsync (string slug, CancellationToken ct=default) |
| Task< IReadOnlyList< TenantConfig > > | GetAllAsync (CancellationToken ct=default) |
| Task | SaveAsync (TenantConfig config, CancellationToken ct=default) |
| Task< bool > | ExistsAsync (string slug, CancellationToken ct=default) |
| Task | DeleteAsync (string slug, CancellationToken ct=default) |
| string | GetTenantDataPath (string slug) |
I Tenant Store 기능과 관련 상태를 캡슐화합니다.
ITenantStore.cs 파일의 13 번째 라인에서 정의되었습니다.
| Task WeddingPlatform.Services.ITenantStore.DeleteAsync | ( | string | slug, |
| CancellationToken | ct = default ) |
Delete Async 작업을 수행합니다.
| slug | slug에 사용할 string 값입니다. |
| ct | 취소 요청을 감시하는 토큰입니다. |
Task 결과입니다.WeddingPlatform.Services.JsonTenantStore에서 구현되었습니다.
| Task< bool > WeddingPlatform.Services.ITenantStore.ExistsAsync | ( | string | slug, |
| CancellationToken | ct = default ) |
Exists Async 작업을 수행합니다.
| slug | slug에 사용할 string 값입니다. |
| ct | 취소 요청을 감시하는 토큰입니다. |
Task<bool> 결과입니다.WeddingPlatform.Services.JsonTenantStore에서 구현되었습니다.
| Task< IReadOnlyList< TenantConfig > > WeddingPlatform.Services.ITenantStore.GetAllAsync | ( | CancellationToken | ct = default | ) |
All Async 값을 가져옵니다.
| ct | 취소 요청을 감시하는 토큰입니다. |
Task<IReadOnlyList<TenantConfig>> 결과입니다.WeddingPlatform.Services.JsonTenantStore에서 구현되었습니다.
| Task< TenantConfig?> WeddingPlatform.Services.ITenantStore.GetAsync | ( | string | slug, |
| CancellationToken | ct = default ) |
Async 값을 가져옵니다.
| slug | slug에 사용할 string 값입니다. |
| ct | 취소 요청을 감시하는 토큰입니다. |
Task<TenantConfig?> 결과입니다.WeddingPlatform.Services.JsonTenantStore에서 구현되었습니다.
| string WeddingPlatform.Services.ITenantStore.GetTenantDataPath | ( | string | slug | ) |
Tenant Data Path 값을 가져옵니다.
| slug | slug에 사용할 string 값입니다. |
string 결과입니다.WeddingPlatform.Services.JsonTenantStore에서 구현되었습니다.
| Task WeddingPlatform.Services.ITenantStore.SaveAsync | ( | TenantConfig | config, |
| CancellationToken | ct = default ) |
Async 데이터를 저장합니다.
| config | config에 사용할 TenantConfig 값입니다. |
| ct | 취소 요청을 감시하는 토큰입니다. |
Task 결과입니다.WeddingPlatform.Services.JsonTenantStore에서 구현되었습니다.