Struct IndexOperation
- Namespace
- Examine
- Assembly
- Examine.Core.dll
Represents an indexing operation (either add/remove)
public struct IndexOperation
- Inherited Members
Constructors
IndexOperation(ValueSet, IndexOperationType)
Initializes a new instance of the object class.
public IndexOperation(ValueSet valueSet, IndexOperationType operation)
Parameters
valueSet
ValueSetoperation
IndexOperationType
Properties
Operation
Gets or sets the operation.
public readonly IndexOperationType Operation { get; }
Property Value
- IndexOperationType
The operation.
ValueSet
Gets the Index item
public readonly ValueSet ValueSet { get; }