Click or drag to resize
SecondaryIndexTClass, TIndex Methods

The SecondaryIndexTClass, TIndex generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(IEnumerableTIndex)
Public methodAdd(TIndex)
Adds the params array collection of term values to the index.
Public methodClear
Clear the terms for this index instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasValue
Determines whether an element is in the terms collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(IEnumerableTIndex)
Removes the params array valuesToRemove of term values from the index.
Public methodRemove(TIndex)
Removes the collection valuesToRemove of term values from the index.
Public methodSet(IEnumerableTIndex)
Sets the term collection to those terms in values collection. Deletes any existing terms in the collection. Similar to an overwriting assignment.
Public methodSet(TIndex)
Sets the term collection to those terms in values params array. Deletes any existing terms in the collection. Similar to an overwriting assignment.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also