C# Класс BudgetAnalyser.Statement.StatementControllerFileOperations

Наследование: ViewModelBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CanExecuteCloseStatementCommand bool
Close void
FileCannotBeLoaded void
GetFileNameFromUser Task
Initialise void
MergeInNewTransactions System.Threading.Tasks.Task
NotifyOfEdit void
NotifyOfReset void
SyncWithServiceAsync Task

Открытые методы

Метод Описание
StatementControllerFileOperations ( [ uiContext, [ loadFileController, [ applicationDatabaseService ) : System

Приватные методы

Метод Описание
CanExecuteCloseStatementCommand ( ) : bool
Close ( ) : void
FileCannotBeLoaded ( Exception ex ) : void
GetFileNameFromUser ( ) : Task

Prompts the user for a filename and other required parameters to be able to merge the statement file.

Initialise ( ITransactionManagerService transactionManagerService ) : void
MergeInNewTransactions ( ) : System.Threading.Tasks.Task
NotifyOfEdit ( ) : void
NotifyOfReset ( ) : void
SyncWithServiceAsync ( ) : Task

Описание методов

StatementControllerFileOperations() публичный Метод

public StatementControllerFileOperations ( [ uiContext, [ loadFileController, [ applicationDatabaseService ) : System
uiContext [
loadFileController [
applicationDatabaseService [
Результат System