|
Dreamine.Web 1.0.0.0
WPF와 Blazor를 한 코드 흐름으로 연결하고 반복적인 MVVM 코드를 줄이는 오픈소스 FullKit 공식 웹 애플리케이션입니다.
|
Public 멤버 함수 | |
| string | GetDescription (string language) |
| string | GetDoxygenUrl (string language) |
| string | GetGraphUrl (string language) |
속성 | |
| string | Slug = string.Empty [get, set] |
| string | Name = string.Empty [get, set] |
| string | Category = string.Empty [get, set] |
| string | Version = string.Empty [get, set] |
| string[] | TargetFrameworks = [] [get, set] |
| Dictionary< string, string > | Descriptions = [] [get, set] |
| string? | DocumentPageUrl [get, set] |
| Dictionary< string, string > | DoxygenUrls = [] [get, set] |
| Dictionary< string, string > | GraphUrls = [] [get, set] |
문서 허브에 표시할 프로젝트별 문서와 지식 그래프 링크를 나타냅니다.
DocumentationProjectInfo.cs 파일의 11 번째 라인에서 정의되었습니다.
|
inline |
요청한 언어의 설명을 반환합니다.
| language | ko 또는 en 언어 코드입니다. |
DocumentationProjectInfo.cs 파일의 127 번째 라인에서 정의되었습니다.
다음을 참조함 : Descriptions, Name.
|
inline |
요청한 언어의 Doxygen URL을 반환합니다.
| language | ko 또는 en 언어 코드입니다. |
DocumentationProjectInfo.cs 파일의 154 번째 라인에서 정의되었습니다.
다음을 참조함 : DoxygenUrls.
|
inline |
요청한 언어의 지식 그래프 URL을 반환합니다.
| language | ko 또는 en 언어 코드입니다. |
DocumentationProjectInfo.cs 파일의 181 번째 라인에서 정의되었습니다.
다음을 참조함 : GraphUrls.
|
getset |
솔루션 분류 이름을 가져오거나 설정합니다.
DocumentationProjectInfo.cs 파일의 41 번째 라인에서 정의되었습니다.
|
getset |
언어별 프로젝트 설명을 가져오거나 설정합니다.
DocumentationProjectInfo.cs 파일의 71 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetDescription().
|
getset |
Dreamine 내부 프로젝트 문서 페이지 URL을 가져오거나 설정합니다.
DocumentationProjectInfo.cs 파일의 81 번째 라인에서 정의되었습니다.
|
getset |
언어별 Doxygen 문서 URL을 가져오거나 설정합니다.
DocumentationProjectInfo.cs 파일의 91 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetDoxygenUrl().
|
getset |
언어별 프로젝트 지식 그래프 URL을 가져오거나 설정합니다.
DocumentationProjectInfo.cs 파일의 101 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetGraphUrl().
|
getset |
프로젝트 표시 이름을 가져오거나 설정합니다.
DocumentationProjectInfo.cs 파일의 31 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetDescription().
|
getset |
URL에 사용하는 프로젝트 식별자를 가져오거나 설정합니다.
DocumentationProjectInfo.cs 파일의 21 번째 라인에서 정의되었습니다.
|
getset |
|
getset |
프로젝트 버전을 가져오거나 설정합니다.
DocumentationProjectInfo.cs 파일의 51 번째 라인에서 정의되었습니다.