C# 클래스 BudgetAnalyser.Statement.NavigateToTransactionMessage

상속: GalaSoft.MvvmLight.Messaging.MessageBase, IDisposable
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method

NavigateToTransactionMessage ( System.Guid transactionId ) : System
SetSearchAsFailed ( ) : void
SetSearchAsSuccessful ( ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method
public Dispose ( ) : void
리턴 void

NavigateToTransactionMessage() 공개 메소드

public NavigateToTransactionMessage ( System.Guid transactionId ) : System
transactionId System.Guid
리턴 System

SetSearchAsFailed() 공개 메소드

public SetSearchAsFailed ( ) : void
리턴 void

SetSearchAsSuccessful() 공개 메소드

public SetSearchAsSuccessful ( ) : void
리턴 void