OfxElementType class

OfxElementType class

Ofx custom element class.

The OfxElementType type exposes the following members:

Constructors

Constructor Description
OfxElementType() Initializes a new instance of OfxElementType class.

Properties

Property Description
tag_name Gets or sets the custom element name.
name Gets or sets the user-friendly display name for the custom element
tag_type Gets or sets the any defined OFX type (date, amount, etc.) or standard format for defining an alpha or numeric field.
tag_value Gets or sets the custom element data value.

See Also