- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class MentionListOptions { Guid? MentionedApplicationId { get; set; } Guid? MentionedApplicationTypeId { get; set; } Guid? MentionedContainerId { get; set; } string MentionedContentIds { get; set; } Guid? MentionedContentTypeId { get; set; } Guid? MentioningApplicationId { get; set; } Guid? MentioningApplicationTypeId { get; set; } Guid? MentioningContainerId { get; set; } string MentioningContentIds { get; set; } Guid? MentioningContentTypeId { get; set; } string MentioningPropertyName { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string SortBy { get; set; } string SortOrder { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
MentionedApplicationId |
Guid? |
Mentioned content's application identifier |
||
MentionedApplicationTypeId |
Guid? |
Mentioned content's application type identifier |
||
MentionedContainerId |
Guid? |
Mentioned content's container identifier |
||
MentionedContentIds |
string |
Mentioned content's identifiers, separated by commas |
||
MentionedContentTypeId |
Guid? |
Mentioned content's type identifier |
||
MentioningApplicationId |
Guid? |
Mentioning content's application identifier |
||
MentioningApplicationTypeId |
Guid? |
Mentioning content's application type identifier |
||
MentioningContainerId |
Guid? |
Mentioning content's container identifier |
||
MentioningContentIds |
string |
Mentioning content's identifiers, separated by commas |
||
MentioningContentTypeId |
Guid? |
Mentioning content's type identifier |
||
MentioningPropertyName |
string |
Mentioning content's property containing the mention |
||
PageIndex |
int? |
Specify the page number of paged results to return. Zero-based index. |
||
PageSize |
int? |
Specify the number of results to return per page. |
||
SortBy |
string |
Sort mechanism |
Date |
|
SortOrder |
string |
Sort order |
Ascending, Descending |