[This is preliminary documentation and is subject to change.]
The MockSession type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | MockSession | Initializes a new instance of the MockSession class |
Methods
Name | Description | |
---|---|---|
![]() | Capture |
Has the same semantics as corresponding PaySystem method executed in context of this session
(Inherited from PaySession.) |
![]() | Charge |
Has the same semantics as corresponding PaySystem method executed in context of this session
(Inherited from PaySession.) |
![]() | Destructor | (Inherited from PaySession.) |
![]() | Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) |
![]() | EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | FetchAccountData | (Inherited from PaySession.) |
![]() | FetchTransaction | (Inherited from PaySession.) |
![]() | Finalize | (Inherited from DisposableObject.) |
![]() | GenerateTransactionID |
Generates new transaction ID for desired pay session and transaction type (Charge, Transfer).
Context supplies host specific information about this transation i.e. user id
(Inherited from PaySession.) |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Refresh |
Has the same semantics as corresponding PaySystem method executed in context of this session
(Inherited from PaySession.) |
![]() | Refund |
Has the same semantics as corresponding PaySystem method executed in context of this session
(Inherited from PaySession.) |
![]() | StoreAccountData | (Inherited from PaySession.) |
![]() | StoreTransaction | (Inherited from PaySession.) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | Transfer |
Has the same semantics as corresponding PaySystem method executed in context of this session
(Inherited from PaySession.) |
![]() | VerifyPotentialTransaction |
Has the same semantics as corresponding PaySystem method executed in context of this session
(Inherited from PaySession.) |
![]() | Void |
Has the same semantics as corresponding PaySystem method executed in context of this session
(Inherited from PaySession.) |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | ConnectionParameters | (Inherited from PaySession.) |
![]() | Context | (Inherited from PaySession.) |
![]() | PaySystem | (Inherited from PaySession.) |
Properties
Name | Description | |
---|---|---|
![]() | Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) |
![]() | DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) |
![]() | ||
![]() | IsValid | (Inherited from PaySession.) |
![]() | Name | (Inherited from PaySession.) |
![]() | PaySystemHost | (Inherited from PaySession.) |
![]() | User | (Inherited from PaySession.) |
See Also