C# 클래스 SIPSorcery.Web.Services.Accounting

상속: IAccounting
파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 메소드들

메소드 설명
AddCustomerAccount ( CustomerAccountJSON customerAccount ) : JSONResult
AddRate ( RateJSON rate ) : JSONResult
DeleteCustomerAccount ( string id ) : JSONResult
DeleteRate ( string id ) : JSONResult
DoesAccountNumberExist ( string accountNumber ) : bool
GetCustomerAccounts ( string where, int offset, int count ) : JSONResult>
GetCustomerAccountsCount ( string where ) : JSONResult
GetRates ( string where, int offset, int count ) : JSONResult>
GetRatesCount ( string where ) : JSONResult
IsAlive ( ) : bool
UpdateCustomerAccount ( CustomerAccountJSON customerAccount ) : JSONResult
UpdateRate ( RateJSON rate ) : JSONResult
VerifyCustomerAccount ( string accountNumber, int pin ) : bool

비공개 메소드들

메소드 설명
AuthoriseRequest ( ) : Customer

메소드 상세

AddCustomerAccount() 공개 메소드

public AddCustomerAccount ( CustomerAccountJSON customerAccount ) : JSONResult
customerAccount CustomerAccountJSON
리턴 JSONResult

AddRate() 공개 메소드

public AddRate ( RateJSON rate ) : JSONResult
rate SIPSorcery.Entities.RateJSON
리턴 JSONResult

DeleteCustomerAccount() 공개 메소드

public DeleteCustomerAccount ( string id ) : JSONResult
id string
리턴 JSONResult

DeleteRate() 공개 메소드

public DeleteRate ( string id ) : JSONResult
id string
리턴 JSONResult

DoesAccountNumberExist() 공개 메소드

public DoesAccountNumberExist ( string accountNumber ) : bool
accountNumber string
리턴 bool

GetCustomerAccounts() 공개 메소드

public GetCustomerAccounts ( string where, int offset, int count ) : JSONResult>
where string
offset int
count int
리턴 JSONResult>

GetCustomerAccountsCount() 공개 메소드

public GetCustomerAccountsCount ( string where ) : JSONResult
where string
리턴 JSONResult

GetRates() 공개 메소드

public GetRates ( string where, int offset, int count ) : JSONResult>
where string
offset int
count int
리턴 JSONResult>

GetRatesCount() 공개 메소드

public GetRatesCount ( string where ) : JSONResult
where string
리턴 JSONResult

IsAlive() 공개 메소드

public IsAlive ( ) : bool
리턴 bool

UpdateCustomerAccount() 공개 메소드

public UpdateCustomerAccount ( CustomerAccountJSON customerAccount ) : JSONResult
customerAccount CustomerAccountJSON
리턴 JSONResult

UpdateRate() 공개 메소드

public UpdateRate ( RateJSON rate ) : JSONResult
rate SIPSorcery.Entities.RateJSON
리턴 JSONResult

VerifyCustomerAccount() 공개 메소드

public VerifyCustomerAccount ( string accountNumber, int pin ) : bool
accountNumber string
pin int
리턴 bool