Méthode | Description | |
---|---|---|
BookStatisticAppService ( BookStatisticManager bookStatisticManager ) : Abp.Application.Services | ||
GetBookReadTimeSlotStatistics ( ) : BookReadTimeSlotStatisticsOutput |
时间段(每小时)阅读小说数、时间段(每小时)阅读小说章节数 统计
|
|
GetBookUserReadChaptersStatistic ( ) : ReadChaptersStatisticOutput |
阅读了指定章节数的用户数量统计
|
|
GetBookUserRiseStatistic ( string dateType, DateTime beginTime, DateTime endTime ) : XYAxisStatisticOutput |
book用户增长统计
|
|
GetBookUserTimeSlotStatistic ( ) : List |
时间段(每小时)新增用户统计
|
|
GetMostPopularBook ( int top = 50 ) : List |
最受欢迎小说排行 top
|
|
GetReadRanking ( int top = 50 ) : List |
阅读排行榜 top
|
Méthode | Description | |
---|---|---|
GetColumns ( string dateType, IList list ) : List |
根据列表数据,获取x坐标轴的集合
|
public BookStatisticAppService ( BookStatisticManager bookStatisticManager ) : Abp.Application.Services | ||
bookStatisticManager | BookStatisticManager | |
Résultat | Abp.Application.Services |
public GetBookReadTimeSlotStatistics ( ) : BookReadTimeSlotStatisticsOutput | ||
Résultat | BookReadTimeSlotStatisticsOutput |
public GetBookUserReadChaptersStatistic ( ) : ReadChaptersStatisticOutput | ||
Résultat | ReadChaptersStatisticOutput |
public GetBookUserRiseStatistic ( string dateType, DateTime beginTime, DateTime endTime ) : XYAxisStatisticOutput | ||
dateType | string | 统计类型,y、m、d |
beginTime | DateTime | |
endTime | DateTime | |
Résultat | XYAxisStatisticOutput |
public GetBookUserTimeSlotStatistic ( ) : List |
||
Résultat | List |
public GetMostPopularBook ( int top = 50 ) : List |
||
top | int | |
Résultat | List |