C# Class 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
Inheritance: IListConnection
Afficher le fichier Open project: WreckedAvent/slimCat

Méthodes publiques

Méthode Description
FlistService ( IAccount model, IEventAggregator eventagg, IBrowseThings browser, IGetTickets ticketService, IFriendRequestService requestService ) : System
GetTicket ( bool _ ) : void
UploadLog ( ReportModel report, IEnumerable log ) : int

Private Methods

Méthode Description
DoApiAction ( string apiName, object>.IDictionary command ) : void
HandleCommand ( object>.IDictionary command ) : void
Log ( string text ) : void

Method Details

FlistService() public méthode

public FlistService ( IAccount model, IEventAggregator eventagg, IBrowseThings browser, IGetTickets ticketService, IFriendRequestService requestService ) : System
model IAccount
eventagg IEventAggregator
browser IBrowseThings
ticketService IGetTickets
requestService IFriendRequestService
Résultat System

GetTicket() public méthode

public GetTicket ( bool _ ) : void
_ bool
Résultat void

UploadLog() public méthode

public UploadLog ( ReportModel report, IEnumerable log ) : int
report ReportModel
log IEnumerable
Résultat int