C# 클래스 Metrooz.ViewModels.ActivityViewModel

상속: Livet.ViewModel
파일 보기 프로젝트 열기: namoshika/Metrooz 1 사용 예제들

공개 메소드들

메소드 설명
ActivityViewModel ( ) : Livet
ActivityViewModel ( Activity activity, bool isActive ) : Livet
CancelCommentCommand_Executed ( ) : void
Refresh ( bool isActive ) : System.Threading.Tasks.Task
_comments_CollectionChanged ( object sender, System e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
IsCheckedCommentsHeader_PropertyChanged ( object sender, System e ) : void
SendCommentCommand_Executed ( ) : void

메소드 상세

ActivityViewModel() 공개 메소드

public ActivityViewModel ( ) : Livet
리턴 Livet

ActivityViewModel() 공개 메소드

public ActivityViewModel ( Activity activity, bool isActive ) : Livet
activity Metrooz.Models.Activity
isActive bool
리턴 Livet

CancelCommentCommand_Executed() 공개 메소드

public CancelCommentCommand_Executed ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Refresh() 공개 메소드

public Refresh ( bool isActive ) : System.Threading.Tasks.Task
isActive bool
리턴 System.Threading.Tasks.Task

_comments_CollectionChanged() 공개 메소드

public _comments_CollectionChanged ( object sender, System e ) : void
sender object
e System
리턴 void