Interface IPropertyConverter<T>
- Namespace
- Tudormobile.QIFLibrary
- Assembly
- Tudormobile.QIFLibrary.dll
Provides mechanism for converting OFX properies to entities.
public interface IPropertyConverter<T>
Type Parameters
TEntity type for conversion.
Methods
Convert(OFXProperty)
Converts an OFX property to an entity type.
T? Convert(OFXProperty root)
Parameters
rootOFXPropertyRoot 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.