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

더 자세히 ...

속성

int No [get, set]
string Name = string.Empty [get, set]
string Status = string.Empty [get, set]

상세한 설명

Grid Row 기능과 관련 상태를 캡슐화합니다.

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

속성 문서화

◆ Name

string DreamineWeb.ViewModels.Demos.GridRow.Name = string.Empty
getset

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

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

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

◆ No

int DreamineWeb.ViewModels.Demos.GridRow.No
getset

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

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

521{ get; set; }

◆ Status

string DreamineWeb.ViewModels.Demos.GridRow.Status = string.Empty
getset

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

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

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

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