Table of Contents

Class IndexingItemEventArgs

Namespace
Examine
Assembly
Examine.Core.dll

Represents indexing item event arguments

public class IndexingItemEventArgs : CancelEventArgs
Inheritance
IndexingItemEventArgs
Inherited Members

Constructors

IndexingItemEventArgs(IIndex, ValueSet)

public IndexingItemEventArgs(IIndex index, ValueSet valueSet)

Parameters

index IIndex
valueSet ValueSet

Properties

Index

The index of the event

public IIndex Index { get; }

Property Value

IIndex

ValueSet

The value set of the event

public ValueSet ValueSet { get; }

Property Value

ValueSet

Methods

SetValues(IDictionary<string, IEnumerable<object>>)

Sets the value of the ValueSet

public void SetValues(IDictionary<string, IEnumerable<object>> values)

Parameters

values IDictionary<string, IEnumerable<object>>