Class SearchResult
Provides a single entity that matches search query.
Inheritance
SearchResult
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities.Search
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public class SearchResult
Constructors
SearchResult()
Declaration
public SearchResult()
Properties
FolderName
Gets or sets the path to entity folder constructed from folder names.
Declaration
public string FolderName { get; set; }
Property Value
Type | Description |
---|---|
String |
FolderRoute
Gets or sets the path to entity folder constructed from folder identifiers.
Declaration
public string FolderRoute { get; set; }
Property Value
Type | Description |
---|---|
String |
Id
Gets or sets the entity database identifier.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Key
Gets or sets the entity unique identifier.
Declaration
public Guid Key { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the entity friendly name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
GetRoute()
Returns array of folder identifiers representing the path to the entity folder.
Declaration
public int[] GetRoute()
Returns
Type | Description |
---|---|
Int32[] | Array of folder identifiers representing the path to the entity folder. |