Inheritance diagram for Shared.ReviewInfo:


Public Member Functions | |
| ReviewInfo (int project, int literature, DateTime date, bool used, string status, string person, string title, string text, int rating) | |
Public Attributes | |
| int | project |
| int | literature |
| DateTime | date |
| bool | used |
| string | status |
| string | title |
| string | text |
| int | rating |
| string | person |
Properties | |
| string | Title [get] |
| The title of a searchable Item,. | |
| string | Description [get] |
| The further description of a searchable Item. | |
| ResultType | SearchType [get] |
| The type of a searchable Item. | |
| string | Type [get] |
| DateTime | Date [get] |
Definition at line 330 of file Resultinfo.cs.
string Shared.ReviewInfo.Title [get] |
The title of a searchable Item,.
Implements Shared.ISearchable.
Definition at line 359 of file Resultinfo.cs.
string Shared.ReviewInfo.Description [get] |
The further description of a searchable Item.
Implements Shared.ISearchable.
Definition at line 364 of file Resultinfo.cs.
ResultType Shared.ReviewInfo.SearchType [get] |
The type of a searchable Item.
Implements Shared.ISearchable.
Definition at line 374 of file Resultinfo.cs.
1.5.1-p1