Class GatheredItemWithContext
Represents an item and the parent items used to navigate to the item.
Inheritance
System.Object
GatheredItemWithContext
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class GatheredItemWithContext : object
Properties
FoundItem
The item that was found.
Declaration
public IVersionable FoundItem { get; set; }
Property Value
Type | Description |
---|---|
IVersionable |
Highlight
The text in which the search text, if any, was found.
Declaration
public string Highlight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TraversedItems
The items traversed to reach the found item.
Declaration
public List<IVersionable> TraversedItems { get; set; }
Property Value
Type | Description |
---|---|
List<IVersionable> |