|
Dreamine.Web 1.0.0.0
WPF와 Blazor를 한 코드 흐름으로 연결하고 반복적인 MVVM 코드를 줄이는 오픈소스 FullKit 공식 웹 애플리케이션입니다.
|
속성 | |
| string | DataPath = string.Empty [get, set] |
| string | SuperAdminPassword = "v1.600000.1oy6GjdnZFCRZpxUY6R4tQ==.1r45CdqBw/2U22r0bF9KwzdIfyCVkkRt/VcoAg19LrQ=" [get, set] |
| string | SiteTitle = "Dreamine" [get, set] |
| string | SiteDescription = "Modular Architecture for Real Applications" [get, set] |
| string | GitHubOrgUrl = "https://github.com/CodeMaru-Dreamine" [get, set] |
| string | LibrarySourceRoot = string.Empty [get, set] |
| string | ResolvedDataPath [get] |
Dreamine Options 기능과 관련 상태를 캡슐화합니다.
DreamineOptions.cs 파일의 13 번째 라인에서 정의되었습니다.
|
getset |
Data Path 값을 가져오거나 설정합니다.
DreamineOptions.cs 파일의 23 번째 라인에서 정의되었습니다.
|
getset |
Git Hub Org Url 값을 가져오거나 설정합니다.
DreamineOptions.cs 파일의 59 번째 라인에서 정의되었습니다.
|
getset |
라이브러리 소스 루트(버전 자동 동기화용)입니다. 예: D:/Work/.../100. Library
DreamineOptions.cs 파일의 69 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineWeb.Services.LibraryCatalogSyncService.LibraryCatalogSyncService(), DreamineWeb.Services.VersionSyncService.VersionSyncService().
|
get |
Resolved Data Path 값을 가져옵니다.
DreamineOptions.cs 파일의 79 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineWeb.Services.AdminAuthService.AdminAuthService(), DreamineWeb.Services.JsonLibraryStore.JsonLibraryStore(), DreamineWeb.Services.JsonPlaygroundStore.JsonPlaygroundStore(), DreamineWeb.Services.SiteSettingsService.SiteSettingsService().
|
getset |
Site Description 값을 가져오거나 설정합니다.
DreamineOptions.cs 파일의 50 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineWeb.Services.SiteSettingsService.DefaultFrom().
|
getset |
Site Title 값을 가져오거나 설정합니다.
DreamineOptions.cs 파일의 41 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineWeb.Services.SiteSettingsService.DefaultFrom().
|
getset |
Super Admin Password 값을 가져오거나 설정합니다.
DreamineOptions.cs 파일의 32 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineWeb.Services.AdminAuthService.AdminAuthService().