Dreamine.Web 1.0.0.0
WPF와 Blazor를 한 코드 흐름으로 연결하고 반복적인 MVVM 코드를 줄이는 오픈소스 FullKit 공식 웹 애플리케이션입니다.
로딩중...
검색중...
일치하는것 없음
DreamineWeb.Models.DreamineOptions 클래스 참조sealed

더 자세히 ...

속성

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 번째 라인에서 정의되었습니다.

속성 문서화

◆ DataPath

string DreamineWeb.Models.DreamineOptions.DataPath = string.Empty
getset

Data Path 값을 가져오거나 설정합니다.

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

23{ get; set; } = string.Empty;

◆ GitHubOrgUrl

string DreamineWeb.Models.DreamineOptions.GitHubOrgUrl = "https://github.com/CodeMaru-Dreamine"
getset

Git Hub Org Url 값을 가져오거나 설정합니다.

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

59{ get; set; } = "https://github.com/CodeMaru-Dreamine";

◆ LibrarySourceRoot

string DreamineWeb.Models.DreamineOptions.LibrarySourceRoot = string.Empty
getset

라이브러리 소스 루트(버전 자동 동기화용)입니다. 예: D:/Work/.../100. Library

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

69{ get; set; } = string.Empty;

다음에 의해서 참조됨 : DreamineWeb.Services.LibraryCatalogSyncService.LibraryCatalogSyncService(), DreamineWeb.Services.VersionSyncService.VersionSyncService().

◆ ResolvedDataPath

string DreamineWeb.Models.DreamineOptions.ResolvedDataPath
get

◆ SiteDescription

string DreamineWeb.Models.DreamineOptions.SiteDescription = "Modular Architecture for Real Applications"
getset

Site Description 값을 가져오거나 설정합니다.

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

50{ get; set; } = "Modular Architecture for Real Applications";

다음에 의해서 참조됨 : DreamineWeb.Services.SiteSettingsService.DefaultFrom().

◆ SiteTitle

string DreamineWeb.Models.DreamineOptions.SiteTitle = "Dreamine"
getset

Site Title 값을 가져오거나 설정합니다.

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

41{ get; set; } = "Dreamine";

다음에 의해서 참조됨 : DreamineWeb.Services.SiteSettingsService.DefaultFrom().

◆ SuperAdminPassword

string DreamineWeb.Models.DreamineOptions.SuperAdminPassword = "v1.600000.1oy6GjdnZFCRZpxUY6R4tQ==.1r45CdqBw/2U22r0bF9KwzdIfyCVkkRt/VcoAg19LrQ="
getset

Super Admin Password 값을 가져오거나 설정합니다.

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

32{ get; set; } = "v1.600000.1oy6GjdnZFCRZpxUY6R4tQ==.1r45CdqBw/2U22r0bF9KwzdIfyCVkkRt/VcoAg19LrQ=";

다음에 의해서 참조됨 : DreamineWeb.Services.AdminAuthService.AdminAuthService().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: