class SearchResult
{
Guid? ApplicationId { get; set; }
string BestMatch { get; set; }
string BestMatchTitle { get; set; }
string Body { get; set; }
string Category { get; set; }
Guid? ContainerId { get; set; }
Content Content { get; }
string ContentId { get; set; }
string ContentType { get; set; }
Guid? ContentTypeId { get; set; }
DateTime? Date { get; set; }
Group Group { get; set; }
Guid? GuidId { get; set; }
string Id { get; set; }
DateTime? IndexedAt { get; set; }
bool? IsApplication { get; set; }
bool? IsContainer { get; set; }
bool? IsContent { get; set; }
IList<SearchField> SearchFields { get; set; }
int? SectionId { get; set; }
IList<string> Tags { get; set; }
int? ThreadId { get; set; }
string Title { get; set; }
string Url { get; set; }
IList<User> Users { get; set; }
int? WikiId { get; set; }
string ViewHtml(string target);
string ViewHtml();
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
ApplicationId |
Guid? |
|||
|
BestMatch |
string |
|||
|
BestMatchTitle |
string |
|||
|
Body |
string |
|||
|
Category |
string |
|||
|
ContainerId |
Guid? |
|||
|
Content |
Content |
|||
|
ContentId |
string |
|||
|
ContentType |
string |
|||
|
ContentTypeId |
Guid? |
|||
|
Date |
DateTime? |
|||
|
Group |
Group |
|||
|
GuidId |
Guid? |
|||
|
Id |
string |
|||
|
IndexedAt |
DateTime? |
|||
|
IsApplication |
bool? |
|||
|
IsContainer |
bool? |
|||
|
IsContent |
bool? |
|||
|
SearchFields |
IList<SearchField> |
|||
|
SectionId |
int? |
|||
|
Tags |
IList<string> |
|||
|
ThreadId |
int? |
|||
|
Title |
string |
|||
|
Url |
string |
|||
|
Users |
IList<User> |
|||
|
WikiId |
int? |
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
target |
string |
Target |
是 |
string
string