Rolosoft.comRolosoft PayPal IPN Easy for .NET
TransactionEventArgs Class
NamespacesRolosoft.IpnEasy.Net.PayPalTransactionEventArgs
Rolosoft.com: PayPal IPN Easy for .NET
Arguments containing the data from the PayPal Ipn notification
Declaration Syntax
C#Visual BasicVisual C++
public class TransactionEventArgs : EventArgs
Public Class TransactionEventArgs _
	Inherits EventArgs
public ref class TransactionEventArgs : public EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TransactionEventArgs(Transaction, Log)
Contructor used to contain the data returned from the PayPal Ipn.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Log

Contains logging information for the IPN.

This class captures low level information from the PayPal IPN that can be used for subsequent auditing and logging in your application.


MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
The default ToString returns the PaymentStatus.
(Overrides Object.ToString()()().)
Transaction
Common / known PayPal data received from an IPN notification.

Inheritance Hierarchy
Object
EventArgs
 TransactionEventArgs

Assembly: Rolosoft.IpnEasy.Net (Module: Rolosoft.IpnEasy.Net) Version: 1.0.4316.24325 (1.0.0.5)