C# Class wenku8.Section.SharersHub

Inheritance: Net.Astropenguin.DataModel.ActiveData
Datei anzeigen Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
Member IMember

Public Methods

Method Description
CheckActivity ( Activity Act ) : void
GetMyInbox ( Action Success = null ) : void
GetMyRequests ( Action Success = null ) : void
Remove ( HubScriptItem HSI, string AccessToken = null ) : Task
ReportStatus ( string Id, SharersRequest SType, string Desc = "" ) : void
Search ( string Query, IEnumerable AccessTokens = null ) : void
SharersHub ( ) : System

Private Methods

Method Description
AddActivity ( Activity NValue ) : void
AddActivity ( Func StxText, Action A ) : void
Member_OnStatusChanged ( object sender, MemberStatus args ) : void
MessageBus_OnDelivery ( Message Mesg ) : void
ProcessInbox ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string QId ) : void
ReportFailed ( string CacheName, string Id, Exception e ) : void
ReportSuccess ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string Id ) : void
RequestsStatus ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string QId ) : void
SearchItemUpdate ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string Id ) : void
TryNotGetId ( string Id, HubScriptItem &Target ) : bool
UpdateLLText ( ) : void

Method Details

CheckActivity() public method

public CheckActivity ( Activity Act ) : void
Act Activity
return void

GetMyInbox() public method

public GetMyInbox ( Action Success = null ) : void
Success Action
return void

GetMyRequests() public method

public GetMyRequests ( Action Success = null ) : void
Success Action
return void

Remove() public method

public Remove ( HubScriptItem HSI, string AccessToken = null ) : Task
HSI HubScriptItem
AccessToken string
return Task

ReportStatus() public method

public ReportStatus ( string Id, SharersRequest SType, string Desc = "" ) : void
Id string
SType SharersRequest
Desc string
return void

Search() public method

public Search ( string Query, IEnumerable AccessTokens = null ) : void
Query string
AccessTokens IEnumerable
return void

SharersHub() public method

public SharersHub ( ) : System
return System

Property Details

Member public_oe property

public IMember Member
return IMember