Table of Contents

Class QIFCategoryRecord

Namespace
Tudormobile.QIFLibrary
Assembly
Tudormobile.QIFLibrary.dll

Represents a QIF Category record.

public class QIFCategoryRecord : QIFRecord
Inheritance
QIFCategoryRecord
Inherited Members

Constructors

QIFCategoryRecord(string, string, decimal)

Create and initialize a new category record.

public QIFCategoryRecord(string category, string memo, decimal budgeted = 0)

Parameters

category string

The category specification.

memo string

Category memo.

budgeted decimal

Budgeted amount for the category.

Properties

Budgeted

Budgeted amount for the category.

public decimal Budgeted { get; }

Property Value

decimal

Category

The category specification.

public string Category { get; }

Property Value

string