Show / Hide Table of Contents

Class GatheredItemWithContext

Represents an item and the parent items used to navigate to the item.

Inheritance
object
GatheredItemWithContext
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class GatheredItemWithContext

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
string

TraversedItems

The items traversed to reach the found item.

Declaration
public List<IVersionable> TraversedItems { get; set; }
Property Value
Type Description
List<IVersionable>

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX