Click or drag to resize
Transaction Class

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Container for a transaction list element.
Inheritance Hierarchy
SystemObject
  ETradeNet.Accounts.Transactions.DataTransaction

Namespace: ETradeNet.Accounts.Transactions.Data
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public class Transaction

The Transaction type exposes the following members.

Constructors
  NameDescription
Public methodTransaction
Initializes a new instance of the Transaction class
Top
Properties
  NameDescription
Public propertyAmount
Gets or sets the amount of transaction in dollars, or 0.00 if not applicable.
Public propertyDescription
Gets or sets the one-line description of transaction.
Public propertyDetails
Gets or sets the URL to request the details of this transaction.
Public propertyTransactionDate
Gets or sets the date and time of the transaction in epoch time.
Public propertyTransactionDateTime
Gets the date and time of the transaction.
Public propertyTransactionId
Gets or sets the transaction ID.
Public propertyTransactionShortDesc
Gets or sets the brief description of transaction.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also