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

더 자세히 ...

속성

bool IsOn [get, set]
int ToggleCount [get, set]

상세한 설명

전구 데모 상태(Model). Dreamine 3분할에서 "상태"를 담당합니다.

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

속성 문서화

◆ IsOn

bool DreamineWeb.ViewModels.Demos.LightBulbModel.IsOn
getset

Is On 값을 가져오거나 설정합니다.

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

23{ get; set; }

◆ ToggleCount

int DreamineWeb.ViewModels.Demos.LightBulbModel.ToggleCount
getset

Toggle Count 값을 가져오거나 설정합니다.

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

32{ get; set; }

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