C# Класс BudgetAnalyser.Engine.Ledger.LedgerTransaction

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

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

Метод Описание
ToString ( ) : string

Returns a string that represents the current object.

Защищенные методы

Метод Описание
LedgerTransaction ( ) : System

Initializes a new instance of the LedgerTransaction class.

LedgerTransaction ( System.Guid id ) : System

Initializes a new instance of the LedgerTransaction class.

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

Метод Описание
WithAmount ( decimal amount ) : LedgerTransaction
WithNarrative ( [ narrative ) : LedgerTransaction

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

LedgerTransaction() защищенный Метод

Initializes a new instance of the LedgerTransaction class.
protected LedgerTransaction ( ) : System
Результат System

LedgerTransaction() защищенный Метод

Initializes a new instance of the LedgerTransaction class.
protected LedgerTransaction ( System.Guid id ) : System
id System.Guid
Результат System

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

Returns a string that represents the current object.
public ToString ( ) : string
Результат string