C# 클래스 slimCat.Services.FlistService

F-list connection is used to authenticate the user's details and then get the API ticket. Responds to LoginEvent, fires off LoginCompleteEvent
상속: IListConnection
파일 보기 프로젝트 열기: WreckedAvent/slimCat

공개 메소드들

메소드 설명
FlistService ( IAccount model, IEventAggregator eventagg, IBrowseThings browser, IGetTickets ticketService, IFriendRequestService requestService ) : System
GetTicket ( bool _ ) : void
UploadLog ( ReportModel report, IEnumerable log ) : int

비공개 메소드들

메소드 설명
DoApiAction ( string apiName, object>.IDictionary command ) : void
HandleCommand ( object>.IDictionary command ) : void
Log ( string text ) : void

메소드 상세

FlistService() 공개 메소드

public FlistService ( IAccount model, IEventAggregator eventagg, IBrowseThings browser, IGetTickets ticketService, IFriendRequestService requestService ) : System
model IAccount
eventagg IEventAggregator
browser IBrowseThings
ticketService IGetTickets
requestService IFriendRequestService
리턴 System

GetTicket() 공개 메소드

public GetTicket ( bool _ ) : void
_ bool
리턴 void

UploadLog() 공개 메소드

public UploadLog ( ReportModel report, IEnumerable log ) : int
report ReportModel
log IEnumerable
리턴 int