class PointTransactionListOptions
{
Guid? ApplicationId { get; set; }
Guid? ContainerId { get; set; }
Guid? ContentId { get; set; }
Guid? ContentTypeId { get; set; }
DateTime? EndDate { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
DateTime? StartDate { get; set; }
int? UserId { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
ApplicationId |
Guid? |
ApplicationId |
||
|
ContainerId |
Guid? |
ContainerId |
||
|
ContentId |
Guid? |
ContentId |
||
|
ContentTypeId |
Guid? |
ContentTypeId |
||
|
EndDate |
DateTime? |
EndDate |
||
|
PageIndex |
int? |
PageIndex |
||
|
PageSize |
int? |
PageSize |
||
|
SortBy |
string |
SortBy |
||
|
SortOrder |
string |
SortOrder |
||
|
StartDate |
DateTime? |
StartDate |
||
|
UserId |
int? |
UserId |