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
categorystringThe category specification.
memostringCategory memo.
budgeteddecimalBudgeted amount for the category.
Properties
Budgeted
Budgeted amount for the category.
public decimal Budgeted { get; }
Property Value
Category
The category specification.
public string Category { get; }