C# Class HacmeBank_v2_WS.WS_AccountManagement

Summary description for AccountManagement.
Inheritance: System.Web.Services.WebService
Mostrar archivo Open project: o2platform/Demos_Files

Public Methods

Method Description
WS_AccountManagement ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateAccount ( string SessionID, string accountNumber, string userID, string accountCurrency, string accountBranch, string accountInitalBalance, string accountType ) : void
ExecuteSqlQuery ( string SessionID, string sqlQueryToExecute ) : ArrayList
GetAccountDetails_using_AccountID ( string SessionID, string accountID ) : ArrayList
GetAccountTransactionDetails_using_TransactionID ( string SessionID, string transactionID ) : ArrayList
GetAccountTransactions_using_AccountID ( string SessionID, string accountID ) : ArrayList
GetLoanRates ( string SessionID ) : ArrayList
GetUserAccounts_using_UserID ( string SessionID, string userID ) : ArrayList
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MakePayment_Using_CreditCard ( string SessionID, string sourceAccount_CCNumber, string sourceAccount_CCExpiryDate, string destinationAccount, int amount, string comment ) : int
RequestALoan ( string SessionID, string destinationAccount, int amount, int loanPeriod, decimal loanInterestRate, string comment ) : int
TransferFunds ( string SessionID, string sourceAccount, string destinationAccount, double amount, string comment ) : int
recalculateAllAccountBalances ( ) : string

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

WS_AccountManagement() public method

public WS_AccountManagement ( ) : System
return System