Table of Contents

Class OFXMessage

Namespace
Tudormobile.QIFLibrary
Assembly
Tudormobile.QIFLibrary.dll

OFX Message.

public class OFXMessage
Inheritance
OFXMessage
Derived
Inherited Members

Properties

Id

Transaction Identifier.

public string Id { get; set; }

Property Value

string

Name

Message name (identifies type).

public string Name { get; set; }

Property Value

string

Properties

Properties associated with the message.

public virtual IList<OFXProperty> Properties { get; }

Property Value

IList<OFXProperty>

Status

Message status.

public OFXStatus Status { get; set; }

Property Value

OFXStatus

Methods

AsProperty()

Representation of the message as a property.

public OFXProperty AsProperty()

Returns

OFXProperty

ToString()

Convert this instance to a string.

public override string ToString()

Returns

string

String representation of the property.

ToStrings()

Convert this instance to strings.

public IEnumerable<string> ToStrings()

Returns

IEnumerable<string>

Enumeration of string reprenting the property.

Remarks

This method is provided to allow serializers to customize their output streams.