Inheritance diagram for Shared.PersonInfo:


Public Member Functions | |
| PersonInfo (string username, string password, string name, string department, string email, bool moderator) | |
Public Attributes | |
| string | department |
| string | name |
| string | username |
| bool | moderator |
| string | password |
| string | |
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 251 of file Resultinfo.cs.
string Shared.PersonInfo.Title [get] |
The title of a searchable Item,.
Implements Shared.ISearchable.
Definition at line 272 of file Resultinfo.cs.
string Shared.PersonInfo.Description [get] |
The further description of a searchable Item.
Implements Shared.ISearchable.
Definition at line 277 of file Resultinfo.cs.
ResultType Shared.PersonInfo.SearchType [get] |
The type of a searchable Item.
Implements Shared.ISearchable.
Definition at line 287 of file Resultinfo.cs.
1.5.1-p1