class ApplicationSubscriptionListOptions
{
Guid? ApplicationTypeId { get; set; }
Guid? ContainerId { get; set; }
bool? IncludeSubContainers { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
Guid? TypeId { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
ApplicationTypeId |
Guid? |
|||
|
ContainerId |
Guid? |
|||
|
IncludeSubContainers |
bool? |
|||
|
PageIndex |
int? |
|||
|
PageSize |
int? |
|||
|
TypeId |
Guid? |