C# Class BudgetAnalyser.Statement.NavigateToTransactionMessage

Inheritance: GalaSoft.MvvmLight.Messaging.MessageBase, IDisposable
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

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

NavigateToTransactionMessage() public méthode

public NavigateToTransactionMessage ( System.Guid transactionId ) : System
transactionId System.Guid
Résultat System

SetSearchAsFailed() public méthode

public SetSearchAsFailed ( ) : void
Résultat void

SetSearchAsSuccessful() public méthode

public SetSearchAsSuccessful ( ) : void
Résultat void