Table of Contents

Class AccountConverter

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 AccountConverter : PropertyConverterBase<Account>, IPropertyConverter<Account>
Inheritance
AccountConverter
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 Account? Convert(OFXProperty root)

Parameters

root OFXProperty

Root property to convert.

Returns

Account

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

Remarks

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