Dreamine.Web
1.0.0.0
WPF와 Blazor를 한 코드 흐름으로 연결하고 반복적인 MVVM 코드를 줄이는 오픈소스 FullKit 공식 웹 애플리케이션입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
PlaygroundDemo.cs
이 파일의 문서화 페이지로 가기
1
namespace
DreamineWeb.Models
;
2
11
public
sealed
class
PlaygroundDemo
12
{
21
public
string
Id
{
get
;
set
; } =
string
.Empty;
22
31
public
string
Title
{
get
;
set
; } =
string
.Empty;
40
public
string
?
TitleEn
{
get
;
set
; }
49
public
string
Description
{
get
;
set
; } =
string
.Empty;
58
public
string
?
DescriptionEn
{
get
;
set
; }
59
68
public
int
SortOrder
{
get
;
set
; }
77
public
bool
IsVisible
{
get
;
set
; } =
true
;
78
87
public
string
?
NavLabel
{
get
;
set
; }
88
89
// -- Platform code snippets ----------------------------
98
public
string
BlazorCode
{
get
;
set
; } =
string
.Empty;
107
public
string
WpfCode
{
get
;
set
; } =
string
.Empty;
116
public
string
WinFormsCode
{
get
;
set
; } =
string
.Empty;
125
public
string
MauiCode
{
get
;
set
; } =
string
.Empty;
134
public
string
VmCode
{
get
;
set
; } =
string
.Empty;
135
136
// -- Running screen media paths ------------------------
145
public
string
WpfShot
{
get
;
set
; } =
string
.Empty;
154
public
string
WinFormsShot
{
get
;
set
; } =
string
.Empty;
163
public
string
MauiShot
{
get
;
set
; } =
string
.Empty;
164
173
public
DateTime
UpdatedAt
{
get
;
set
; } = DateTime.UtcNow;
174
}
DreamineWeb.Models
Definition
DocMember.cs:1
DreamineWeb.Models.PlaygroundDemo
Definition
PlaygroundDemo.cs:12
DreamineWeb.Models.PlaygroundDemo.WpfShot
string WpfShot
Definition
PlaygroundDemo.cs:145
DreamineWeb.Models.PlaygroundDemo.TitleEn
string? TitleEn
Definition
PlaygroundDemo.cs:40
DreamineWeb.Models.PlaygroundDemo.MauiCode
string MauiCode
Definition
PlaygroundDemo.cs:125
DreamineWeb.Models.PlaygroundDemo.WpfCode
string WpfCode
Definition
PlaygroundDemo.cs:107
DreamineWeb.Models.PlaygroundDemo.VmCode
string VmCode
Definition
PlaygroundDemo.cs:134
DreamineWeb.Models.PlaygroundDemo.SortOrder
int SortOrder
Definition
PlaygroundDemo.cs:68
DreamineWeb.Models.PlaygroundDemo.UpdatedAt
DateTime UpdatedAt
Definition
PlaygroundDemo.cs:173
DreamineWeb.Models.PlaygroundDemo.Description
string Description
Definition
PlaygroundDemo.cs:49
DreamineWeb.Models.PlaygroundDemo.Id
string Id
Definition
PlaygroundDemo.cs:21
DreamineWeb.Models.PlaygroundDemo.BlazorCode
string BlazorCode
Definition
PlaygroundDemo.cs:98
DreamineWeb.Models.PlaygroundDemo.NavLabel
string? NavLabel
Definition
PlaygroundDemo.cs:87
DreamineWeb.Models.PlaygroundDemo.Title
string Title
Definition
PlaygroundDemo.cs:31
DreamineWeb.Models.PlaygroundDemo.DescriptionEn
string? DescriptionEn
Definition
PlaygroundDemo.cs:58
DreamineWeb.Models.PlaygroundDemo.MauiShot
string MauiShot
Definition
PlaygroundDemo.cs:163
DreamineWeb.Models.PlaygroundDemo.WinFormsCode
string WinFormsCode
Definition
PlaygroundDemo.cs:116
DreamineWeb.Models.PlaygroundDemo.WinFormsShot
string WinFormsShot
Definition
PlaygroundDemo.cs:154
DreamineWeb.Models.PlaygroundDemo.IsVisible
bool IsVisible
Definition
PlaygroundDemo.cs:77
Models
PlaygroundDemo.cs
다음에 의해 생성됨 :
1.17.0