Table of Contents

Class InstitutionConverter

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

Provides mechanism for converting an OFX property to an Institution.

public class InstitutionConverter : PropertyConverterBase<Institution>, IPropertyConverter<Institution>
Inheritance
InstitutionConverter
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 Institution? Convert(OFXProperty root)

Parameters

root OFXProperty

Root property to convert.

Returns

Institution

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

Remarks

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