C# Class BudgetAnalyser.Statement.NavigateToTransactionMessage

Inheritance: GalaSoft.MvvmLight.Messaging.MessageBase, IDisposable
Show file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

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

NavigateToTransactionMessage() public method

public NavigateToTransactionMessage ( System.Guid transactionId ) : System
transactionId System.Guid
return System

SetSearchAsFailed() public method

public SetSearchAsFailed ( ) : void
return void

SetSearchAsSuccessful() public method

public SetSearchAsSuccessful ( ) : void
return void