C# Class Bamboo.Prevalence.Indexing.FullText.IndexedFieldCollection

Inheritance: System.Collections.CollectionBase
Datei anzeigen Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Public Methods

Method Description
Add ( string field ) : void

Adds a new IndexedField to the collection for the field with name passed as argument.

IndexedFieldCollection ( ) : System

Creates an empty collection.

Method Details

Add() public method

Adds a new IndexedField to the collection for the field with name passed as argument.
public Add ( string field ) : void
field string name of the /// record field to be indexed
return void

IndexedFieldCollection() public method

Creates an empty collection.
public IndexedFieldCollection ( ) : System
return System