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
Name
Message name (identifies type).
public string Name { get; set; }
Property Value
Properties
Properties associated with the message.
public virtual IList<OFXProperty> Properties { get; }
Property Value
Status
Message status.
public OFXStatus Status { get; set; }
Property Value
Methods
AsProperty()
Representation of the message as a property.
public OFXProperty AsProperty()
Returns
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.