Table of Contents

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

date DateTime

Date of the item.

amount decimal

Amount of the item.

memo string

User entered text to describe the item.

status string

Cleared status.

Fields

Empty

An empty (invalid) QIF record.

public static readonly QIFRecord Empty

Field Value

QIFRecord

Properties

Amount

Amount of the item.

public decimal Amount { get; }

Property Value

decimal

Date

Date of the item.

public DateTime Date { get; }

Property Value

DateTime

Memo

User entered text to describe the item.

public string Memo { get; }

Property Value

string

Status

Cleared status.

public string Status { get; }

Property Value

string