- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
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? |