Table of Contents

Interface IPropertyConverter<T>

Namespace
Tudormobile.QIFLibrary
Assembly
Tudormobile.QIFLibrary.dll

Provides mechanism for converting OFX properies to entities.

public interface IPropertyConverter<T>

Type Parameters

T

Entity type for conversion.

Methods

Convert(OFXProperty)

Converts an OFX property to an entity type.

T? Convert(OFXProperty root)

Parameters

root OFXProperty

Root property to convert.

Returns

T

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

Remarks

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