- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Components.dll
定义
class SearchIndexDeleteOptions { Guid? ApplicationId { get; set; } string Category { get; set; } Guid? ContainerId { get; set; } List<DateRangeFilter> DateRangeFilters { get; set; } DateTime? EndDate { get; set; } List<FieldFilter> FieldFilters { get; set; } string Filters { get; set; } Guid? Id { get; set; } bool? IsApplication { get; set; } bool? IsContainer { get; set; } bool? IsContent { get; set; } bool? LogicallyOrTags { get; set; } string Query { get; set; } Guid? RelatedId { get; set; } DateTime? StartDate { get; set; } List<string> Tags { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
ApplicationId |
Guid? |
Application Id |
||
Category |
string |
Category |
||
ContainerId |
Guid? |
Container Id |
||
DateRangeFilters |
List<DateRangeFilter> |
List of Date range filters |
||
EndDate |
DateTime? |
End date |
||
FieldFilters |
List<FieldFilter> |
List of Field filters |
||
Filters |
string |
Filters |
||
Id |
Guid? |
Id |
||
IsApplication |
bool? |
Is application |
||
IsContainer |
bool? |
Is container |
||
IsContent |
bool? |
Is content |
||
LogicallyOrTags |
bool? |
Logically or Tags |
||
Query |
string |
Query |
||
RelatedId |
Guid? |
Related Id |
||
StartDate |
DateTime? |
Start date |
||
Tags |
List<string> |
List of Tags |