Class QIFRecord
- Namespace
- Tudormobile.QIFLibrary
- Assembly
- Tudormobile.QIFLibrary.dll
Base class for QIF Records.
public class QIFRecord
- Inheritance
-
QIFRecord
- Derived
- Inherited Members
Constructors
QIFRecord(DateTime, decimal, string, string)
Base class for QIF Records.
public QIFRecord(DateTime date, decimal amount, string memo, string status)
Parameters
dateDateTimeDate of the item.
amountdecimalAmount of the item.
memostringUser entered text to describe the item.
statusstringCleared status.
Fields
Empty
An empty (invalid) QIF record.
public static readonly QIFRecord Empty
Field Value
Properties
Amount
Amount of the item.
public decimal Amount { get; }
Property Value
Date
Date of the item.
public DateTime Date { get; }
Property Value
Memo
User entered text to describe the item.
public string Memo { get; }
Property Value
Status
Cleared status.
public string Status { get; }