C# 클래스 wenku8.Section.SharersHub

상속: Net.Astropenguin.DataModel.ActiveData
파일 보기 프로젝트 열기: tgckpg/wenku10 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Member IMember

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CheckActivity() 공개 메소드

public CheckActivity ( Activity Act ) : void
Act Activity
리턴 void

GetMyInbox() 공개 메소드

public GetMyInbox ( Action Success = null ) : void
Success Action
리턴 void

GetMyRequests() 공개 메소드

public GetMyRequests ( Action Success = null ) : void
Success Action
리턴 void

Remove() 공개 메소드

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

ReportStatus() 공개 메소드

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

Search() 공개 메소드

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

SharersHub() 공개 메소드

public SharersHub ( ) : System
리턴 System

프로퍼티 상세

Member 공개적으로 프로퍼티

public IMember Member
리턴 IMember