C# Class DSAccount, AgapeConnect1

Summary description for Account
ファイルを表示 Open project: AgapeEurope/AgapeConnect1 Class Usage Examples

Private Properties

Property Type Description
FirstDayOfMonthFromDateTime DateTime
GetProxyTicketFromCAS string
LastDayOfMonthFromDateTime DateTime
getProfile string
getSummary void
setPgtId void
setProps void

Public Methods

Method Description
BalanceForAccount ( string AccountCode ) : double
BalanceForProfile ( string ProfileCode ) : double
DSAccount ( string countryUrl, string ssoGuid, string accountCode, DateTime dateFrom, DateTime dateTo, string staffProfileCode ) : System
RefreshData ( ) : void
getAccountBalance ( string GUID, string PGTIOU, string CountryURL, string AccountCode ) : double
getTransactions ( ) : void

Private Methods

Method Description
FirstDayOfMonthFromDateTime ( DateTime dateTime ) : DateTime
GetProxyTicketFromCAS ( string targetService, string _pgt ) : string
LastDayOfMonthFromDateTime ( DateTime dateTime ) : DateTime
getProfile ( string AccountCode ) : string
getSummary ( ) : void
setPgtId ( ) : void
setProps ( ) : void

Method Details

BalanceForAccount() public method

public BalanceForAccount ( string AccountCode ) : double
AccountCode string
return double

BalanceForProfile() public method

public BalanceForProfile ( string ProfileCode ) : double
ProfileCode string
return double

DSAccount() public method

public DSAccount ( string countryUrl, string ssoGuid, string accountCode, DateTime dateFrom, DateTime dateTo, string staffProfileCode ) : System
countryUrl string
ssoGuid string
accountCode string
dateFrom DateTime
dateTo DateTime
staffProfileCode string
return System

RefreshData() public method

public RefreshData ( ) : void
return void

getAccountBalance() public static method

public static getAccountBalance ( string GUID, string PGTIOU, string CountryURL, string AccountCode ) : double
GUID string
PGTIOU string
CountryURL string
AccountCode string
return double

getTransactions() public method

public getTransactions ( ) : void
return void