Table of Contents

Class TransactionList

Namespace
Tudormobile.QIFLibrary.Entities
Assembly
Tudormobile.QIFLibrary.dll

A collection of transactions.

public class TransactionList
Inheritance
TransactionList
Inherited Members

Properties

End

End date and time of the transaction period.

public DateTime End { get; set; }

Property Value

DateTime

Items

Transaction items.

public IList<Transaction> Items { get; }

Property Value

IList<Transaction>

Start

Start date and time of the transaction period.

public DateTime Start { get; set; }

Property Value

DateTime