Table of Contents

Class BalanceConverter

Namespace
Tudormobile.QIFLibrary.Converters
Assembly
Tudormobile.QIFLibrary.dll

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

public class BalanceConverter : PropertyConverterBase<Balance?>, IPropertyConverter<Balance?>
Inheritance
BalanceConverter
Implements
Inherited Members

Fields

KEY

Key property for this entity.

public static readonly string KEY

Field Value

string

Methods

Convert(OFXProperty)

Converts an OFX property to an entity type.

public override Balance? Convert(OFXProperty root)

Parameters

root OFXProperty

Root property to convert.

Returns

Balance?

Converted entity if conversion is possible; otherwise (null).

Remarks

This method will search through the property children for an appropriate conversion candidate.