Method | Description | |
---|---|---|
AddFavoritedUser ( StarryEyes.Anomaly.TwitterApi.DataModels.TwitterUser user ) : void | ||
AddRetweetedUser ( StarryEyes.Anomaly.TwitterApi.DataModels.TwitterUser user ) : void | ||
BacktrackFallback ( StarryEyes.Models.Accounting.TwitterAccount account ) : StarryEyes.Models.Accounting.TwitterAccount | ||
CollectGarbages ( ) : void | ||
Equals ( object obj ) : bool | ||
Get ( |
||
GetHashCode ( ) : int | ||
GetIfCacheIsAlive ( long id ) : |
||
IsFavorited ( ) : bool | ||
IsRetweeted ( ) : bool | ||
RemoveFavoritedUser ( long userId ) : void | ||
RemoveRetweetedUser ( long userId ) : void | ||
UpdateStatusInfo ( long id, Action |
Method | Description | |
---|---|---|
GetSuitableReplyAccount ( ) : IEnumerable |
||
LoadFavoritedUsers ( ) : void | ||
LoadRetweetedUsers ( ) : void | ||
LoadUsers ( IEnumerable |
||
StatusModel ( |
||
StatusModel ( |
public AddFavoritedUser ( StarryEyes.Anomaly.TwitterApi.DataModels.TwitterUser user ) : void | ||
user | StarryEyes.Anomaly.TwitterApi.DataModels.TwitterUser | |
return | void |
public AddRetweetedUser ( StarryEyes.Anomaly.TwitterApi.DataModels.TwitterUser user ) : void | ||
user | StarryEyes.Anomaly.TwitterApi.DataModels.TwitterUser | |
return | void |
public static BacktrackFallback ( StarryEyes.Models.Accounting.TwitterAccount account ) : StarryEyes.Models.Accounting.TwitterAccount | ||
account | StarryEyes.Models.Accounting.TwitterAccount | |
return | StarryEyes.Models.Accounting.TwitterAccount |
public static Get ( |
||
status | ||
return | Task |
public static GetIfCacheIsAlive ( long id ) : |
||
id | long | |
return |
public RemoveFavoritedUser ( long userId ) : void | ||
userId | long | |
return | void |
public RemoveRetweetedUser ( long userId ) : void | ||
userId | long | |
return | void |
public static UpdateStatusInfo ( long id, Action |
||
id | long | |
ifCacheIsAlive | Action |
|
ifCacheIsDead | Action |
|
return | void |