C# 클래스 ModernWPF.ViewModels.StatusViewModel

A view model for status string.
상속: ViewModelBase
파일 보기 프로젝트 열기: soukoku/ModernWPF 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a System.String that represents this instance.

Update ( string text ) : void

Updates status with the specified text.

Update ( string text, StatusType type ) : void

Updates status with the specified text.

메소드 상세

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

Update() 공개 메소드

Updates status with the specified text.
public Update ( string text ) : void
text string The text.
리턴 void

Update() 공개 메소드

Updates status with the specified text.
public Update ( string text, StatusType type ) : void
text string The text.
type StatusType The type.
리턴 void