OfxElementType class

OfxElementType class

Ofx custom element class.

The OfxElementType type exposes the following members:

Constructors

ConstructorDescription
OfxElementType()Initializes a new instance of OfxElementType class.

Properties

PropertyDescription
tag_nameGets or sets the custom element name.
nameGets or sets the user-friendly display name for the custom element
tag_typeGets or sets the any defined OFX type (date, amount, etc.) or standard format for defining an alpha or numeric field.
tag_valueGets or sets the custom element data value.

See Also