메소드 | 설명 | |
---|---|---|
CheckUser ( string username, string password ) : System.Int64 | ||
CreateAccount ( System.Int64 userID, string accountType, string balance, string accountLevel, System.Int64 status ) : void | ||
CreateSession ( System.Int64 userID ) : System.Int64 | ||
CreateUser ( string username, string email, string pass ) : System.Int64 | ||
GetAccounts ( System.Int64 UserID ) : |
||
GetAllAccounts ( ) : List |
||
GetBalance ( System.Int64 accountID ) : System.Int64 | ||
LookupSession ( string sessionValue ) : System.Int64 | ||
LookupUsername ( System.Int64 userID ) : string | ||
RemoveSession ( System.Int64 sessionID ) : void | ||
Transfer ( System.Int64 FromAccount, System.Int64 ToAccount, System.Int64 Amount ) : void | ||
UpdateBalance ( System.Int64 Account, System.Int64 NewAmount ) : void | ||
UserExists ( string username ) : bool |
public CheckUser ( string username, string password ) : System.Int64 | ||
username | string | |
password | string | |
리턴 | System.Int64 |
public CreateAccount ( System.Int64 userID, string accountType, string balance, string accountLevel, System.Int64 status ) : void | ||
userID | System.Int64 | |
accountType | string | |
balance | string | |
accountLevel | string | |
status | System.Int64 | |
리턴 | void |
public CreateSession ( System.Int64 userID ) : System.Int64 | ||
userID | System.Int64 | |
리턴 | System.Int64 |
public CreateUser ( string username, string email, string pass ) : System.Int64 | ||
username | string | |
string | ||
pass | string | |
리턴 | System.Int64 |
public GetAccounts ( System.Int64 UserID ) : |
||
UserID | System.Int64 | |
리턴 |
public GetBalance ( System.Int64 accountID ) : System.Int64 | ||
accountID | System.Int64 | |
리턴 | System.Int64 |
public LookupSession ( string sessionValue ) : System.Int64 | ||
sessionValue | string | |
리턴 | System.Int64 |
public LookupUsername ( System.Int64 userID ) : string | ||
userID | System.Int64 | |
리턴 | string |
public RemoveSession ( System.Int64 sessionID ) : void | ||
sessionID | System.Int64 | |
리턴 | void |
public Transfer ( System.Int64 FromAccount, System.Int64 ToAccount, System.Int64 Amount ) : void | ||
FromAccount | System.Int64 | |
ToAccount | System.Int64 | |
Amount | System.Int64 | |
리턴 | void |
public UpdateBalance ( System.Int64 Account, System.Int64 NewAmount ) : void | ||
Account | System.Int64 | |
NewAmount | System.Int64 | |
리턴 | void |